File
Doc
Category
Size
Date
Package
RemoteInput.java
API Doc
Android 5.1 API
2105
Sat Mar 14 14:09:40 GMT 2015
android.app
RemoteInput
java.lang.Object
public final class RemoteInput extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final String
EXTRA_RESULTS_DATA
public static final String
RESULTS_CLIP_LABEL
Constructors Summary
RemoteInput
()
throw new RuntimeException("Stub!");
Methods Summary
public static void
addResultsToIntent
(
android.app.RemoteInput[]
remoteInputs,
android.content.Intent
intent,
android.os.Bundle
results)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
getAllowFreeFormInput
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
[]
getChoices
()
throw new RuntimeException("Stub!");
public
android.os.Bundle
getExtras
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getLabel
()
throw new RuntimeException("Stub!");
public
java.lang.String
getResultKey
()
throw new RuntimeException("Stub!");
public static
android.os.Bundle
getResultsFromIntent
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
out,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source