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.java210 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent()
219 void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent()
231 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
243 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
255 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
DNotificationCompat.java2440 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Action()
2594 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.java43 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.java1054 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Action()
1144 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Builder()
1223 RemoteInput[] remoteInputs = mRemoteInputs != null in build() local
3576 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasValidRemoteInput() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java248 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()