Searched defs:extras (Results 1 - 25 of 133) sorted by last modified time

123456

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaItemStatus.java65 private static final String KEY_EXTRAS = "extras";
246 * Gets a bundle of extras for this status object.
247 * The extras will be ignored by the media router but they may be used
264 result.append(", extras=").append(getExtras());
376 * Sets a bundle of extras for this status object.
377 * The extras will be ignored by the media router but they may be used
380 public Builder setExtras(Bundle extras) { argument
381 mBundle.putBundle(KEY_EXTRAS, extras);
H A DMediaRouteDescriptor.java51 private static final String KEY_EXTRAS = "extras";
193 * Gets a bundle of extras for this route descriptor.
194 * The extras will be ignored by the media router but they may be used
230 result.append(", extras=").append(getExtras());
448 * Sets a bundle of extras for this route descriptor.
449 * The extras will be ignored by the media router but they may be used
452 public Builder setExtras(Bundle extras) { argument
453 mBundle.putBundle(KEY_EXTRAS, extras);
H A DMediaSessionStatus.java49 private static final String KEY_EXTRAS = "extras";
119 * Gets a bundle of extras for this status object.
120 * The extras will be ignored by the media router but they may be used
136 result.append(", extras=").append(getExtras());
228 * Sets a bundle of extras for this status object.
229 * The extras will be ignored by the media router but they may be used
232 public Builder setExtras(Bundle extras) { argument
233 mBundle.putBundle(KEY_EXTRAS, extras);
H A DRemotePlaybackClient.java235 * @param extras A bundle of extra arguments to be added to the
246 long positionMillis, Bundle extras, ItemActionCallback callback) {
248 extras, callback, MediaControlIntent.ACTION_PLAY);
269 * @param extras A bundle of extra arguments to be added to the
281 long positionMillis, Bundle extras, ItemActionCallback callback) {
283 extras, callback, MediaControlIntent.ACTION_ENQUEUE);
287 long positionMillis, Bundle extras,
307 performItemAction(intent, mSessionId, null, extras, callback);
325 * @param extras A bundle of extra arguments to be added to the
335 public void seek(String itemId, long positionMillis, Bundle extras, argument
245 play(Uri contentUri, String mimeType, Bundle metadata, long positionMillis, Bundle extras, ItemActionCallback callback) argument
280 enqueue(Uri contentUri, String mimeType, Bundle metadata, long positionMillis, Bundle extras, ItemActionCallback callback) argument
286 playOrEnqueue(Uri contentUri, String mimeType, Bundle metadata, long positionMillis, Bundle extras, final ItemActionCallback callback, String action) argument
367 getStatus(String itemId, Bundle extras, ItemActionCallback callback) argument
399 remove(String itemId, Bundle extras, ItemActionCallback callback) argument
430 pause(Bundle extras, SessionActionCallback callback) argument
457 resume(Bundle extras, SessionActionCallback callback) argument
484 stop(Bundle extras, SessionActionCallback callback) argument
513 startSession(Bundle extras, SessionActionCallback callback) argument
543 getSessionStatus(Bundle extras, SessionActionCallback callback) argument
574 endSession(Bundle extras, SessionActionCallback callback) argument
582 performItemAction(final Intent intent, final String sessionId, final String itemId, Bundle extras, final ItemActionCallback callback) argument
633 performSessionAction(final Intent intent, final String sessionId, Bundle extras, final SessionActionCallback callback) argument
[all...]
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java42 ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary,
75 if (extras != null) {
76 mExtras.putAll(extras);
36 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java65 String category, ArrayList<String> people, Bundle extras, int color,
95 .setExtras(extras)
59 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/api21/android/support/v4/media/
H A DMediaDescriptionCompatApi21.java92 public static void setExtras(Object builderObj, Bundle extras) { argument
93 ((MediaDescription.Builder)builderObj).setExtras(extras);
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DMediaControllerCompatApi21.java158 public static void playFromMediaId(Object controlsObj, String mediaId, Bundle extras) { argument
159 ((MediaController.TransportControls) controlsObj).playFromMediaId(mediaId, extras);
162 public static void playFromSearch(Object controlsObj, String query, Bundle extras) { argument
163 ((MediaController.TransportControls) controlsObj).playFromSearch(query, extras);
249 public void onSessionEvent(String event, Bundle extras); argument
267 public void onSessionEvent(String event, Bundle extras) { argument
268 mCallback.onSessionEvent(event, extras);
H A DMediaSessionCompatApi21.java87 public static void sendSessionEvent(Object sessionObj, String event, Bundle extras) { argument
88 ((MediaSession)sessionObj).sendSessionEvent(event, extras);
131 public static void setExtras(Object sessionObj, Bundle extras) { argument
132 ((MediaSession) sessionObj).setExtras(extras);
136 public void onCommand(String command, Bundle extras, ResultReceiver cb); argument
139 public void onPlayFromMediaId(String mediaId, Bundle extras); argument
140 public void onPlayFromSearch(String search, Bundle extras); argument
150 public void onCustomAction(String action, Bundle extras); argument
/frameworks/support/v4/donut/android/support/v4/app/
H A DNotificationCompatBase.java33 Bundle extras, RemoteInputCompatBase.RemoteInput[] remoteInputs);
32 build(int icon, CharSequence title, PendingIntent actionIntent, Bundle extras, RemoteInputCompatBase.RemoteInput[] remoteInputs) argument
H A DRemoteInputCompatBase.java32 CharSequence[] choices, boolean allowFreeFormInput, Bundle extras);
31 build(String resultKey, CharSequence label, CharSequence[] choices, boolean allowFreeFormInput, Bundle extras) argument
/frameworks/support/v4/ics/android/support/v4/media/session/
H A DMediaSessionCompatApi14.java179 public void onCommand(String command, Bundle extras, ResultReceiver cb); argument
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java195 * Notification extras key: this is the title of the notification,
201 * Notification extras key: this is the title of the notification when shown in expanded form,
207 * Notification extras key: this is the main text payload, as supplied to
213 * Notification extras key: this is a third line of text, as supplied to
219 * Notification extras key: this is a small piece of additional text as supplied to
225 * Notification extras key: this is a line of summary information intended to be shown
232 * Notification extras key: this is the longer text shown in the big form of a
239 * Notification extras key: this is the resource ID of the notification's main small icon, as
245 * Notification extras key: this is a bitmap to be used instead of the small icon when showing the
252 * Notification extras ke
1370 addExtras(Bundle extras) argument
1393 setExtras(Bundle extras) argument
1794 Action(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs) argument
1864 Builder(int icon, CharSequence title, PendingIntent intent, Bundle extras) argument
1878 addExtras(Bundle extras) argument
[all...]
H A DRemoteInput.java44 boolean allowFreeFormInput, Bundle extras) {
49 this.mExtras = extras;
151 * <p>Values within the Bundle will replace existing extras values in this Builder.
155 public Builder addExtras(Bundle extras) { argument
156 if (extras != null) {
157 mExtras.putAll(extras);
267 Bundle extras) {
268 return new RemoteInput(resultKey, label, choices, allowFreeFormInput, extras);
43 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, boolean allowFreeFormInput, Bundle extras) argument
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaDescriptionCompat.java67 CharSequence description, Bitmap icon, Uri iconUri, Bundle extras) {
74 mExtras = extras;
141 * Returns any extras that were added to the description.
143 * @return A bundle of extras or null.
338 * Sets a bundle of extras.
340 * @param extras The extras to include with this description or null.
343 public Builder setExtras(Bundle extras) { argument
344 mExtras = extras;
66 MediaDescriptionCompat(String mediaId, CharSequence title, CharSequence subtitle, CharSequence description, Bitmap icon, Uri iconUri, Bundle extras) argument
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaControllerCompat.java159 * Get the extras for this session.
364 * @param extras Optional parameters for the event.
366 public void onSessionEvent(String event, Bundle extras) { argument
408 * Override to handle chagnes to the {@link MediaSessionCompat} extras.
410 * @param extras The extras that can include other information
413 public void onExtrasChanged(Bundle extras) { argument
443 public void onSessionEvent(String event, Bundle extras) { argument
444 Callback.this.onSessionEvent(event, extras);
463 public void onEvent(String event, Bundle extras) throw argument
493 onExtrasChanged(Bundle extras) argument
581 playFromMediaId(String mediaId, Bundle extras) argument
592 playFromSearch(String query, Bundle extras) argument
1004 playFromMediaId(String mediaId, Bundle extras) argument
1013 playFromSearch(String query, Bundle extras) argument
1295 playFromMediaId(String mediaId, Bundle extras) argument
1301 playFromSearch(String query, Bundle extras) argument
[all...]
H A DMediaSessionCompat.java261 * @param extras Any extras included with the event
263 public void sendSessionEvent(String event, Bundle extras) { argument
267 mImpl.sendSessionEvent(event, extras);
370 * Set some extras that can be associated with the
372 * {@link MediaControllerCompat} will handle these extras. Keys should be
375 * @param extras The extras associated with the session.
377 public void setExtras(Bundle extras) { argument
378 mImpl.setExtras(extras);
471 onCommand(String command, Bundle extras, ResultReceiver cb) argument
494 onPlayFromMediaId(String mediaId, Bundle extras) argument
503 onPlayFromSearch(String query, Bundle extras) argument
574 onCustomAction(String action, Bundle extras) argument
580 onCommand(String command, Bundle extras, ResultReceiver cb) argument
595 onPlayFromMediaId(String mediaId, Bundle extras) argument
600 onPlayFromSearch(String search, Bundle extras) argument
650 onCustomAction(String action, Bundle extras) argument
908 sendSessionEvent(String event, Bundle extras) argument
921 setExtras(Bundle extras) argument
1161 sendSessionEvent(String event, Bundle extras) argument
1263 setExtras(Bundle extras) argument
1409 sendEvent(String event, Bundle extras) argument
1572 playFromMediaId(String mediaId, Bundle extras) argument
1577 playFromSearch(String query, Bundle extras) argument
1674 public final Bundle extras; field in class:MediaSessionCompat.MediaSessionImplBase.Command
1677 Command(String command, Bundle extras, ResultReceiver stub) argument
1837 sendSessionEvent(String event, Bundle extras) argument
1899 setExtras(Bundle extras) argument
[all...]
H A DPlaybackStateCompat.java422 private CustomAction(String action, CharSequence name, int icon, Bundle extras) { argument
426 mExtras = extras;
493 * Returns extras which provide additional application-specific
553 * Set optional extras for the {@link CustomAction}. These extras
558 * @param extras Optional extras for the {@link CustomAction}.
561 public Builder setExtras(Bundle extras) { argument
562 mExtras = extras;
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java49 private static final String KEY_EXTRAS = "extras";
76 Bundle extras, String groupKey, boolean groupSummary, String sortKey) {
103 if (extras != null) {
104 mExtras.putAll(extras);
134 // Merge in developer provided extras, but let the values already set
136 Bundle extras = getExtras(notif);
139 if (extras.containsKey(key)) {
143 extras.putAll(mergeBundle);
146 // Add the action extras sparse array if any action was added with extras
70 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
243 readAction( NotificationCompatBase.Action.Factory factory, RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory, int icon, CharSequence title, PendingIntent actionIntent, Bundle extras) argument
[all...]
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java43 ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary,
72 if (extras != null) {
73 mExtras.putAll(extras);
109 // Add the action extras sparse array if any action was added with extras.
119 return notif.extras;
131 SparseArray<Bundle> actionExtrasMap = notif.extras.getSparseParcelableArray(
141 return notif.extras.getBoolean(NotificationCompatJellybean.EXTRA_LOCAL_ONLY);
145 return notif.extras.getString(NotificationCompatJellybean.EXTRA_GROUP_KEY);
149 return notif.extras
37 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
[all...]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java335 * @param extras - optional set of extra status messages
337 public void onStatusChanged(String provider, int status, Bundle extras) { argument
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerSession.java165 public void onError(int type, int extra, Bundle extras, Throwable error) { argument
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java638 private void setError(int type, int extra, Bundle extras, Exception e) { argument
640 pushOnError(type, extra, extras, e);
H A DRenderer.java163 protected void pushOnError(int type, int extra, Bundle extras, Throwable error) { argument
165 listener.onError(type, extra, extras, error);
203 public void onError(int type, int extra, Bundle extras, argument
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java117 public void onConfirm(Caller caller, Request request, CharSequence prompt, Bundle extras) { argument
118 Log.i(TAG, "onConfirm: prompt=" + prompt + " extras=" + extras);
127 public void onCompleteVoice(Caller caller, Request request, CharSequence message, Bundle extras) { argument
128 Log.i(TAG, "onCompleteVoice: message=" + message + " extras=" + extras);
136 public void onAbortVoice(Caller caller, Request request, CharSequence message, Bundle extras) { argument
137 Log.i(TAG, "onAbortVoice: message=" + message + " extras=" + extras);
145 public void onCommand(Caller caller, Request request, String command, Bundle extras) { argument
[all...]

Completed in 3559 milliseconds

123456