Searched refs:extras (Results 76 - 100 of 341) sorted by relevance

1234567891011>>

/frameworks/support/compat/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java53 private static final String KEY_EXTRAS = "extras";
83 Bundle extras, String groupKey, boolean groupSummary, String sortKey,
111 if (extras != null) {
112 mExtras.putAll(extras);
145 // Merge in developer provided extras, but let the values already set
147 Bundle extras = getExtras(notif);
150 if (extras.containsKey(key)) {
154 extras.putAll(mergeBundle);
157 // Add the action extras sparse array if any action was added with extras
77 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, RemoteViews contentView, RemoteViews bigContentView) argument
260 readAction( NotificationCompatBase.Action.Factory factory, RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory, int icon, CharSequence title, PendingIntent actionIntent, Bundle extras) argument
[all...]
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaSessionCompat.java569 * @param extras Any extras included with the event
571 public void sendSessionEvent(String event, Bundle extras) { argument
575 mImpl.sendSessionEvent(event, extras);
734 * Set some extras that can be associated with the
736 * {@link MediaControllerCompat} will handle these extras. Keys should be
739 * @param extras The extras associated with the session.
741 public void setExtras(Bundle extras) { argument
742 mImpl.setExtras(extras);
901 onCommand(String command, Bundle extras, ResultReceiver cb) argument
995 onPrepareFromMediaId(String mediaId, Bundle extras) argument
1009 onPrepareFromSearch(String query, Bundle extras) argument
1020 onPrepareFromUri(Uri uri, Bundle extras) argument
1033 onPlayFromMediaId(String mediaId, Bundle extras) argument
1042 onPlayFromSearch(String query, Bundle extras) argument
1048 onPlayFromUri(Uri uri, Bundle extras) argument
1176 onCustomAction(String action, Bundle extras) argument
1245 onCommand(String command, Bundle extras, ResultReceiver cb) argument
1304 onPlayFromMediaId(String mediaId, Bundle extras) argument
1309 onPlayFromSearch(String search, Bundle extras) argument
1359 onCustomAction(String action, Bundle extras) argument
1403 onPlayFromUri(Uri uri, Bundle extras) argument
1420 onPrepareFromMediaId(String mediaId, Bundle extras) argument
1425 onPrepareFromSearch(String query, Bundle extras) argument
1430 onPrepareFromUri(Uri uri, Bundle extras) argument
1774 sendSessionEvent(String event, Bundle extras) argument
1792 setExtras(Bundle extras) argument
1916 postToHandler(int what, Object obj, Bundle extras) argument
1981 sendSessionEvent(String event, Bundle extras) argument
2263 setExtras(Bundle extras) argument
2369 sendEvent(String event, Bundle extras) argument
2477 sendExtras(Bundle extras) argument
2593 prepareFromMediaId(String mediaId, Bundle extras) argument
2598 prepareFromSearch(String query, Bundle extras) argument
2603 prepareFromUri(Uri uri, Bundle extras) argument
2613 playFromMediaId(String mediaId, Bundle extras) argument
2618 playFromSearch(String query, Bundle extras) argument
2623 playFromUri(Uri uri, Bundle extras) argument
2789 public final Bundle extras; field in class:MediaSessionCompat.MediaSessionImplBase.Command
2792 Command(String command, Bundle extras, ResultReceiver stub) argument
3239 sendSessionEvent(String event, Bundle extras) argument
3395 setExtras(Bundle extras) argument
3493 prepareFromMediaId(String mediaId, Bundle extras) argument
3499 prepareFromSearch(String query, Bundle extras) argument
3505 prepareFromUri(Uri uri, Bundle extras) argument
3517 playFromMediaId(String mediaId, Bundle extras) argument
3523 playFromSearch(String query, Bundle extras) argument
3529 playFromUri(Uri uri, Bundle extras) argument
[all...]
H A DMediaControllerCompat.java378 * Get the extras for this session.
624 * @param extras Optional parameters for the event.
626 public void onSessionEvent(String event, Bundle extras) { argument
668 * Override to handle chagnes to the {@link MediaSessionCompat} extras.
670 * @param extras The extras that can include other information
673 public void onExtrasChanged(Bundle extras) { argument
747 public void onSessionEvent(String event, Bundle extras) { argument
751 Callback.this.onSessionEvent(event, extras);
781 public void onExtrasChanged(Bundle extras) { argument
799 onEvent(String event, Bundle extras) argument
849 onExtrasChanged(Bundle extras) argument
966 prepareFromMediaId(String mediaId, Bundle extras) argument
982 prepareFromSearch(String query, Bundle extras) argument
997 prepareFromUri(Uri uri, Bundle extras) argument
1011 playFromMediaId(String mediaId, Bundle extras) argument
1022 playFromSearch(String query, Bundle extras) argument
1031 playFromUri(Uri uri, Bundle extras) argument
1571 prepareFromMediaId(String mediaId, Bundle extras) argument
1580 prepareFromSearch(String query, Bundle extras) argument
1589 prepareFromUri(Uri uri, Bundle extras) argument
1607 playFromMediaId(String mediaId, Bundle extras) argument
1616 playFromSearch(String query, Bundle extras) argument
1625 playFromUri(Uri uri, Bundle extras) argument
2081 onEvent(final String event, final Bundle extras) argument
2167 onExtrasChanged(Bundle extras) argument
2193 prepareFromMediaId(String mediaId, Bundle extras) argument
2201 prepareFromSearch(String query, Bundle extras) argument
2209 prepareFromUri(Uri uri, Bundle extras) argument
2291 playFromMediaId(String mediaId, Bundle extras) argument
2297 playFromSearch(String query, Bundle extras) argument
2303 playFromUri(Uri uri, Bundle extras) argument
2361 playFromUri(Uri uri, Bundle extras) argument
2399 prepareFromMediaId(String mediaId, Bundle extras) argument
2405 prepareFromSearch(String query, Bundle extras) argument
2411 prepareFromUri(Uri uri, Bundle extras) argument
[all...]
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java142 public final void setResultExtras(Bundle extras) { argument
144 mResultExtras = extras;
164 public final void setResult(int code, String data, Bundle extras) { argument
168 mResultExtras = extras;
459 * Change the current result extras of this broadcast; only works with
471 * @param extras The new extra data map; may be null.
475 public final void setResultExtras(Bundle extras) { argument
477 mPendingResult.mResultExtras = extras;
489 * @return Map The current extras map.
518 * @param extras Th
523 setResult(int code, String data, Bundle extras) argument
[all...]
/frameworks/base/core/java/android/database/
H A DCursor.java450 * @param extras {@link Bundle} to set, or null to set an empty bundle.
452 void setExtras(Bundle extras); argument
471 * @param extras extra values, or {@link android.os.Bundle#EMPTY Bundle.EMPTY}.
476 Bundle respond(Bundle extras); argument
H A DCursorWrapper.java106 public void setExtras(Bundle extras) { argument
107 mCursor.setExtras(extras);
232 public Bundle respond(Bundle extras) { argument
233 return mCursor.respond(extras);
H A DIBulkCursor.java54 Bundle respond(Bundle extras) throws RemoteException; argument
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetProvider.java49 Bundle extras = intent.getExtras();
50 int[] appWidgetIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS);
/frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
H A DTestAppWidgetProvider.java46 Bundle extras = intent.getExtras();
47 int[] appWidgetIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS);
/frameworks/base/core/java/android/app/
H A DNotification.java826 * The extras keys defined here are intended to capture the original inputs to {@link Builder}
831 public Bundle extras = new Bundle(); field in class:Notification
835 * touching the extras bundle in the system process is not safe because the bundle may contain
859 * {@link #extras} key: this is the title of the notification,
865 * {@link #extras} key: this is the title of the notification when shown in expanded form,
871 * {@link #extras} key: this is the main text payload, as supplied to
877 * {@link #extras} key: this is a third line of text, as supplied to
883 * {@link #extras} key: this is the remote input history, as supplied to
899 * {@link #extras} key: this is a small piece of additional text as supplied to
905 * {@link #extras} ke
1268 Action(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies) argument
1373 Builder(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies) argument
1393 addExtras(Bundle extras) argument
3567 addExtras(Bundle extras) argument
3586 setExtras(Bundle extras) argument
5284 addExtras(Bundle extras) argument
5298 restoreFromExtras(Bundle extras) argument
5493 addExtras(Bundle extras) argument
5506 restoreFromExtras(Bundle extras) argument
5586 addExtras(Bundle extras) argument
5596 restoreFromExtras(Bundle extras) argument
5814 addExtras(Bundle extras) argument
5832 fixTitleAndTextExtras(Bundle extras) argument
5863 restoreFromExtras(Bundle extras) argument
6300 addExtras(Bundle extras) argument
6311 restoreFromExtras(Bundle extras) argument
6514 addExtras(Bundle extras) argument
6529 restoreFromExtras(Bundle extras) argument
[all...]
H A DRemoteInput.java90 int flags, Bundle extras, ArraySet<String> allowedDataTypes) {
95 this.mExtras = extras;
248 * <p>Values within the Bundle will replace existing extras values in this Builder.
252 public Builder addExtras(Bundle extras) { argument
253 if (extras != null) {
254 mExtras.putAll(extras);
318 Bundle extras = clipDataIntent.getExtras();
319 for (String key : extras.keySet()) {
89 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, int flags, Bundle extras, ArraySet<String> allowedDataTypes) argument
/frameworks/support/frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
H A DSimpleStaticVectorDrawable.java105 VectorDrawableCompat[] extras = new VectorDrawableCompat[EXTRA_TESTS];
107 extras[0] = (VectorDrawableCompat) state.newDrawable();
108 extras[1] = (VectorDrawableCompat) state.newDrawable();
111 extras[0].setAlpha(128);
122 addDrawableButtons(container, extras);
/frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
H A DSimpleStaticVectorDrawable.java105 VectorDrawableCompat[] extras = new VectorDrawableCompat[EXTRA_TESTS];
107 extras[0] = (VectorDrawableCompat) state.newDrawable();
108 extras[1] = (VectorDrawableCompat) state.newDrawable();
111 extras[0].setAlpha(128);
122 addDrawableButtons(container, extras);
/frameworks/native/opengl/tests/hwc/
H A DAndroid.mk25 LOCAL_C_INCLUDES += system/extras/tests/include \
56 system/extras/tests/include \
86 system/extras/tests/include \
116 system/extras/tests/include \
146 system/extras/tests/include \
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DMediaControllerCompatApi21.java173 public static void playFromMediaId(Object controlsObj, String mediaId, Bundle extras) { argument
174 ((MediaController.TransportControls) controlsObj).playFromMediaId(mediaId, extras);
177 public static void playFromSearch(Object controlsObj, String query, Bundle extras) { argument
178 ((MediaController.TransportControls) controlsObj).playFromSearch(query, extras);
264 public void onSessionEvent(String event, Bundle extras); argument
269 public void onExtrasChanged(Bundle extras); argument
286 public void onSessionEvent(String event, Bundle extras) { argument
287 mCallback.onSessionEvent(event, extras);
311 public void onExtrasChanged(Bundle extras) { argument
312 mCallback.onExtrasChanged(extras);
[all...]
/frameworks/support/media-compat/tests/src/android/support/v4/media/session/
H A DMediaControllerCompatTest.java120 final Bundle extras = new Bundle();
121 extras.putString(EXTRAS_KEY, EXTRAS_VALUE);
122 mController.sendCommand(command, extras, new ResultReceiver(null));
292 final Bundle extras = new Bundle();
293 extras.putString(EXTRAS_KEY, EXTRAS_VALUE);
294 controls.playFromMediaId(mediaId, extras);
302 controls.playFromSearch(query, extras);
310 controls.playFromUri(uri, extras);
318 controls.sendCustomAction(action, extras);
328 .setExtras(extras)
616 onPlayFromMediaId(String mediaId, Bundle extras) argument
626 onPlayFromSearch(String query, Bundle extras) argument
636 onPlayFromUri(Uri uri, Bundle extras) argument
646 onCustomAction(String action, Bundle extras) argument
665 onCommand(String command, Bundle extras, ResultReceiver cb) argument
684 onPrepareFromMediaId(String mediaId, Bundle extras) argument
694 onPrepareFromSearch(String query, Bundle extras) argument
704 onPrepareFromUri(Uri uri, Bundle extras) argument
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DConference.java63 public void onExtrasChanged(Conference c, Bundle extras) {} argument
687 * Replaces all the extras associated with this {@code Conference}.
689 * New or existing keys are replaced in the {@code Conference} extras. Keys which are no longer
690 * in the new extras, but were present the last time {@code setExtras} was called are removed.
693 * {@link #removeExtras(String...)} methods to modify the extras.
695 * No assumptions should be made as to how an In-Call UI or service will handle these extras.
696 * Keys should be fully qualified (e.g., com.example.extras.MY_EXTRA) to avoid conflicts.
698 * @param extras The extras associated with this {@code Conference}.
700 public final void setExtras(@Nullable Bundle extras) { argument
742 putExtras(@onNull Bundle extras) argument
863 onExtrasChanged(Bundle extras) argument
871 handleExtrasChanged(Bundle extras) argument
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaController.java202 * Get the extras for this session.
524 * @param extras Optional parameters for the event, may be null.
526 public void onSessionEvent(@NonNull String event, @Nullable Bundle extras) { argument
567 * Override to handle changes to the {@link MediaSession} extras.
569 * @param extras The extras that can include other information associated with the
572 public void onExtrasChanged(@Nullable Bundle extras) { argument
618 * @param extras Optional extras that can include extra information about the media item
621 public void prepareFromMediaId(String mediaId, Bundle extras) { argument
646 prepareFromSearch(String query, Bundle extras) argument
671 prepareFromUri(Uri uri, Bundle extras) argument
701 playFromMediaId(String mediaId, Bundle extras) argument
722 playFromSearch(String query, Bundle extras) argument
742 playFromUri(Uri uri, Bundle extras) argument
1006 onEvent(String event, Bundle extras) argument
1048 onExtrasChanged(Bundle extras) argument
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DRemoteInput.java57 boolean allowFreeFormTextInput, Bundle extras, Set<String> allowedDataTypes) {
62 this.mExtras = extras;
208 * <p>Values within the Bundle will replace existing extras values in this Builder.
212 public Builder addExtras(Bundle extras) { argument
213 if (extras != null) {
214 mExtras.putAll(extras);
409 Bundle extras, Set<String> allowedDataTypes) {
411 resultKey, label, choices, allowFreeFormInput, extras, allowedDataTypes);
56 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, boolean allowFreeFormTextInput, Bundle extras, Set<String> allowedDataTypes) argument
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfInternalSelectionViews.java119 Bundle extras = getIntent().getExtras();
120 if (extras != null) {
121 initFromBundle(extras);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTile.java65 public Bundle extras; field in class:Tile
117 dest.writeBundle(extras);
137 extras = in.readBundle();
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
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/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java108 * <li>asserts the extras received by the custom activity
255 Bundle extras =
257 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
292 Bundle extras = acceptBugreportAndGetSharedIntent(ID);
293 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
312 Bundle extras = acceptBugreportAndGetSharedIntent(ID);
313 assertActionSendMultiple(extras, BUGREPORT_CONTENT, NO_SCREENSHOT, ID, PID, ZIP_FILE,
357 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID, mPlainTextPath,
359 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE,
412 Bundle extras
782 assertActionSendMultiple(Bundle extras, String bugreportContent, String screenshotContent) argument
803 assertActionSendMultiple(Bundle extras, String bugreportContent, String screenshotContent, int id, int pid, String subject, String name, String title, String description, int numberScreenshots, boolean renamedScreenshots) argument
[all...]
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java243 * Gets any extras for the media service.
391 * @param extras The bundle of service-specific arguments to send to the media browser service.
396 public void search(@NonNull final String query, final Bundle extras, argument
404 mImpl.search(query, extras, callback);
413 * @param extras The bundle of service-specific arguments to send to the media browser service.
418 public void sendCustomAction(@NonNull String action, Bundle extras, argument
423 mImpl.sendCustomAction(action, extras, callback);
882 * @param extras The bundle of service-specific arguments sent to the connected service.
885 public void onSearchResult(@NonNull String query, Bundle extras, argument
894 * @param extras Th
896 onError(@onNull String query, Bundle extras) argument
912 onProgressUpdate(String action, Bundle extras, Bundle data) argument
922 onResult(String action, Bundle extras, Bundle resultData) argument
933 onError(String action, Bundle extras, Bundle data) argument
949 search(@onNull String query, Bundle extras, @NonNull SearchCallback callback) argument
950 sendCustomAction(String action, Bundle extras, final CustomActionCallback callback) argument
1254 search(@onNull final String query, final Bundle extras, @NonNull final SearchCallback callback) argument
1276 sendCustomAction(@onNull final String action, final Bundle extras, @Nullable final CustomActionCallback callback) argument
1774 search(@onNull final String query, final Bundle extras, @NonNull final SearchCallback callback) argument
1806 sendCustomAction(final String action, final Bundle extras, final CustomActionCallback callback) argument
2130 search(String query, Bundle extras, ResultReceiver receiver, Messenger callbacksMessenger) argument
2139 sendCustomAction(String action, Bundle extras, ResultReceiver receiver, Messenger callbacksMessenger) argument
2193 SearchResultReceiver(String query, Bundle extras, SearchCallback callback, Handler handler) argument
2229 CustomActionResultReceiver(String action, Bundle extras, CustomActionCallback callback, Handler handler) argument
[all...]
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java45 public void onStatusChanged(String provider, int status, Bundle extras) {}

Completed in 1288 milliseconds

1234567891011>>