Home
last modified time | relevance | path

Searched defs:remoteInputs (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/compat/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java61 RemoteInputCompatBase.RemoteInput[] remoteInputs = factory.newArray(bundles.length); in fromBundleArray() local
68 static Bundle[] toBundleArray(RemoteInputCompatBase.RemoteInput[] remoteInputs) { in toBundleArray()
94 static void addResultsToIntent(RemoteInputCompatBase.RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent()
DNotificationCompatJellybean.java260 RemoteInputCompatBase.RemoteInput[] remoteInputs = null; in readAction() local
/frameworks/support/compat/java/android/support/v4/app/
DRemoteInput.java207 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent()
216 void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent()
228 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
240 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
252 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
DNotificationCompat.java2411 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Action()
2565 RemoteInput[] remoteInputs = mRemoteInputs != null in build() local
/frameworks/support/compat/api20/android/support/v4/app/
DRemoteInputCompatApi20.java59 static void addResultsToIntent(RemoteInputCompatBase.RemoteInput[] remoteInputs, in addResultsToIntent()
DNotificationCompatApi20.java142 RemoteInputCompatBase.RemoteInput[] remoteInputs = RemoteInputCompatApi20.toCompat( in getActionCompatFromAction() local
157 RemoteInput[] remoteInputs = RemoteInputCompatApi20.fromCompat(remoteInputCompats); in getActionFromActionCompat() local
/frameworks/support/compat/gingerbread/android/support/v4/app/
DNotificationCompatBase.java39 Bundle extras, RemoteInputCompatBase.RemoteInput[] remoteInputs, in build()
/frameworks/base/core/java/android/app/
DRemoteInput.java272 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent()
DNotification.java1052 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Action()
1141 RemoteInput[] remoteInputs) { in Builder()
1219 RemoteInput[] remoteInputs = mRemoteInputs != null in build() local
3572 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasValidRemoteInput() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java243 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) { in setRemoteInput()
/frameworks/base/core/java/android/widget/
DRemoteViews.java167 public void setRemoteInputs(int viewId, RemoteInput[] remoteInputs) { in setRemoteInputs()