Searched refs:extras (Results 1 - 25 of 341) sorted by last modified time

1234567891011>>

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/
H A DMainFragment.java145 // Prepare extras which contains the Movie and will be passed to the Activity
147 Bundle extras = new Bundle();
151 extras.putSerializable("movie", movie);
152 intent.putExtras(extras);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/details/
H A DDetailViewExampleFragment.java116 Bundle extras = getActivity().getIntent().getExtras();
117 if (extras != null && extras.containsKey(EXTRA_CARD)) {
118 imageResId = extras.getInt(EXTRA_CARD, imageResId);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/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/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/
H A DMainFragment.java145 // Prepare extras which contains the Movie and will be passed to the Activity
147 Bundle extras = new Bundle();
151 extras.putSerializable("movie", movie);
152 intent.putExtras(extras);
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/details/
H A DDetailViewExampleFragment.java116 Bundle extras = getActivity().getIntent().getExtras();
117 if (extras != null && extras.containsKey(EXTRA_CARD)) {
118 imageResId = extras.getInt(EXTRA_CARD, imageResId);
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/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/v13/java/android/support/v13/view/inputmethod/
H A DEditorInfoCompat.java88 if (editorInfo.extras == null) {
89 editorInfo.extras = new Bundle();
91 editorInfo.extras.putStringArray(CONTENT_MIME_TYPES_KEY, contentMimeTypes);
97 if (editorInfo.extras == null) {
100 String[] result = editorInfo.extras.getStringArray(CONTENT_MIME_TYPES_KEY);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DMediaControllerGlue.java43 public void onSessionEvent(String event, Bundle extras) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DMediaControllerGlue.java55 public void onSessionEvent(String event, Bundle extras) {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompat.java63 Bundle extras = getExtras(notification);
64 if (extras != null) {
66 Object tokenInner = extras.getParcelable(EXTRA_MEDIA_SESSION);
71 IBinder tokenInner = BundleCompat.getBinder(extras, EXTRA_MEDIA_SESSION);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java194 Bundle extras = cursor != null ? cursor.getExtras() : null;
197 + (extras != null
198 ? extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS)
202 if (extras != null
203 && extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS)) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaItemStatus.java65 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.java59 static final String KEY_EXTRAS = "extras";
269 * Gets a bundle of extras for this route descriptor.
270 * The extras will be ignored by the media router but they may be used
329 result.append(", extras=").append(getExtras());
652 * Sets a bundle of extras for this route descriptor.
653 * The extras will be ignored by the media router but they may be used
656 public Builder setExtras(Bundle extras) { argument
657 mBundle.putBundle(KEY_EXTRAS, extras);
H A DMediaSessionStatus.java49 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 DRegisteredMediaRouteProvider.java584 Bundle extras = new Bundle();
585 extras.putInt(CLIENT_DATA_UNSELECT_REASON, reason);
587 mNextRequestId++, controllerId, null, extras);
H A DRemotePlaybackClient.java276 * @param extras A bundle of extra arguments to be added to the
287 long positionMillis, Bundle extras, ItemActionCallback callback) {
289 extras, callback, MediaControlIntent.ACTION_PLAY);
310 * @param extras A bundle of extra arguments to be added to the
322 long positionMillis, Bundle extras, ItemActionCallback callback) {
324 extras, callback, MediaControlIntent.ACTION_ENQUEUE);
328 long positionMillis, Bundle extras,
348 performItemAction(intent, mSessionId, null, extras, callback);
366 * @param extras A bundle of extra arguments to be added to the
376 public void seek(String itemId, long positionMillis, Bundle extras, argument
286 play(Uri contentUri, String mimeType, Bundle metadata, long positionMillis, Bundle extras, ItemActionCallback callback) argument
321 enqueue(Uri contentUri, String mimeType, Bundle metadata, long positionMillis, Bundle extras, ItemActionCallback callback) argument
327 playOrEnqueue(Uri contentUri, String mimeType, Bundle metadata, long positionMillis, Bundle extras, final ItemActionCallback callback, String action) argument
408 getStatus(String itemId, Bundle extras, ItemActionCallback callback) argument
440 remove(String itemId, Bundle extras, ItemActionCallback callback) argument
471 pause(Bundle extras, SessionActionCallback callback) argument
498 resume(Bundle extras, SessionActionCallback callback) argument
525 stop(Bundle extras, SessionActionCallback callback) argument
554 startSession(Bundle extras, SessionActionCallback callback) argument
613 getSessionStatus(Bundle extras, SessionActionCallback callback) argument
644 endSession(Bundle extras, SessionActionCallback callback) argument
652 performItemAction(final Intent intent, final String sessionId, final String itemId, Bundle extras, final ItemActionCallback callback) argument
703 performSessionAction(final Intent intent, final String sessionId, Bundle extras, final SessionActionCallback callback) argument
[all...]
/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java54 ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary,
88 if (extras != null) {
89 mExtras.putAll(extras);
48 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, RemoteViews contentView, RemoteViews bigContentView, int groupAlertBehavior) argument
H A DRemoteInputCompatApi20.java77 Bundle extras = clipDataIntent.getExtras();
78 for (String key : extras.keySet()) {
/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java79 String category, ArrayList<String> people, Bundle extras, int color,
118 if (extras != null) {
119 mExtras.putAll(extras);
73 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, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView, int groupAlertBehavior) argument
/frameworks/support/compat/api24/android/support/v4/app/
H A DNotificationCompatApi24.java53 String category, ArrayList<String> people, Bundle extras, int color,
85 .setExtras(extras)
47 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, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView, int groupAlertBehavior) argument
/frameworks/support/compat/api26/android/support/v4/app/
H A DNotificationCompatApi26.java42 String category, ArrayList<String> people, Bundle extras, int color,
75 .setExtras(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, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView, String channelId, int badgeIcon, String shortcutId, long timeoutMs, boolean colorized, boolean colorizedSet, int groupAlertBehavior) argument
/frameworks/support/compat/ics/android/support/v4/app/
H A DNotificationCompatBase.java42 Bundle extras, RemoteInputCompatBase.RemoteInput[] remoteInputs,
41 build(int icon, CharSequence title, PendingIntent actionIntent, Bundle extras, RemoteInputCompatBase.RemoteInput[] remoteInputs, RemoteInputCompatBase.RemoteInput[] dataOnlyRemoteInputs, boolean allowGeneratedReplies) argument
H A DRemoteInputCompatBase.java39 CharSequence[] choices, boolean allowFreeFormInput, Bundle extras,
38 build(String resultKey, CharSequence label, CharSequence[] choices, boolean allowFreeFormInput, Bundle extras, Set<String> allowedDataTypes) argument

Completed in 1676 milliseconds

1234567891011>>