Searched refs:extras (Results 126 - 150 of 341) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/accounts/
H A DGrantCredentialsPermissionActivity.java55 final Bundle extras = getIntent().getExtras();
56 if (extras == null) {
64 mAccount = extras.getParcelable(EXTRAS_ACCOUNT);
65 mAuthTokenType = extras.getString(EXTRAS_AUTH_TOKEN_TYPE);
66 mUid = extras.getInt(EXTRAS_REQUESTING_UID);
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java187 Bundle extras = intent.getExtras();
188 List<String> sources = extras.getStringArrayList(EXTRA_SOURCE_ASSET_DESCRIPTORS);
189 String target = extras.getString(EXTRA_TARGET_ASSET_DESCRIPTOR);
190 String relation = extras.getString(EXTRA_RELATION);
191 ResultReceiver resultReceiver = extras.getParcelable(EXTRA_RESULT_RECEIVER);
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java148 * @param extras extras of the notification with EXTRA_PEOPLE populated
153 public float getContactAffinity(UserHandle userHandle, Bundle extras, int timeoutMs, argument
156 if (extras == null) return NONE;
164 validatePeople(context, key, extras, null, affinityOut);
212 final Bundle extras = record.getNotification().extras;
215 validatePeople(context, key, extras, record.getPeopleOverride(), affinityOut);
227 private PeopleRankingReconsideration validatePeople(Context context, String key, Bundle extras, argument
231 if (extras
280 getExtraPeople(Bundle extras) argument
[all...]
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/
H A DConnTestActivity.java78 final Bundle extras = getIntent().getExtras();
79 if (extras == null) {
83 extras.getBinder(EXTRA_NETWORK_STATE_OBSERVER));
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java533 long activeItemId, Bundle extras) {
544 mExtras = extras;
743 * Get any custom extras that were set on this playback state.
745 * @return The extras for this state or null.
770 Bundle extras;
772 extras = PlaybackStateCompatApi22.getExtras(stateObj);
774 extras = null;
787 extras);
856 CustomAction(String action, CharSequence name, int icon, Bundle extras) { argument
860 mExtras = extras;
530 PlaybackStateCompat(int state, long position, long bufferedPosition, float rate, long actions, int errorCode, CharSequence errorMessage, long updateTime, List<PlaybackStateCompat.CustomAction> customActions, long activeItemId, Bundle extras) argument
1040 setExtras(Bundle extras) argument
1314 setExtras(Bundle extras) argument
[all...]
/frameworks/support/media-compat/tests/src/android/support/v4/media/
H A DStubMediaBrowserServiceCompat.java127 public void onSearch(String query, Bundle extras, Result<List<MediaItem>> result) { argument
144 public void onCustomAction(String action, Bundle extras, argument
147 mCustomActionExtras = extras;
/frameworks/base/core/java/android/content/
H A DIContentService.aidl58 void requestSync(in Account account, String authority, in Bundle extras);
105 void addPeriodicSync(in Account account, String providerName, in Bundle extras,
115 void removePeriodicSync(in Account account, String providerName, in Bundle extras);
/frameworks/base/core/java/android/app/
H A DIWallpaperManager.aidl32 * If 'extras' is non-null, on successful return it will contain:
46 in Rect cropHint, boolean allowBackup, out Bundle extras, int which,
H A DVoiceInteractor.java335 * @param extras Additional optional information or null.
337 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { argument
339 mExtras = extras;
346 * @param extras Additional optional information or null.
349 public ConfirmationRequest(CharSequence prompt, Bundle extras) { argument
351 mExtras = extras;
467 * method takes ownership of the supplied extras Bundle.
469 public void setExtras(Bundle extras) { argument
470 mExtras = extras;
474 * Return any optional extras informatio
522 PickOptionRequest(@ullable Prompt prompt, Option[] options, @Nullable Bundle extras) argument
537 PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) argument
614 CompleteVoiceRequest(@ullable Prompt prompt, @Nullable Bundle extras) argument
626 CompleteVoiceRequest(CharSequence message, Bundle extras) argument
673 AbortVoiceRequest(@ullable Prompt prompt, @Nullable Bundle extras) argument
685 AbortVoiceRequest(CharSequence message, Bundle extras) argument
[all...]
/frameworks/base/media/java/android/media/session/
H A DISession.aidl46 void setExtras(in Bundle extras);
H A DPlaybackState.java298 CharSequence error, Bundle extras) {
308 mExtras = extras;
475 * Get any custom extras that were set on this playback state.
477 * @return The extras for this state or null.
665 private CustomAction(String action, CharSequence name, int icon, Bundle extras) { argument
669 mExtras = extras;
734 * Returns extras which provide additional application-specific information about the
790 * Set optional extras for the {@link CustomAction}. These extras are meant to be
794 * @param extras Optiona
295 PlaybackState(int state, long position, long updateTime, float speed, long bufferedPosition, long transportControls, List<PlaybackState.CustomAction> customActions, long activeItemId, CharSequence error, Bundle extras) argument
797 setExtras(Bundle extras) argument
1062 setExtras(Bundle extras) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DMediaSessions.java206 final Bundle extras = c.getExtras();
223 if (extras != null) {
225 for (String key : extras.keySet()) {
226 writer.println(" " + key + "=" + extras.get(key));
290 public void onExtrasChanged(Bundle extras) { argument
291 if (D.BUG) Log.d(TAG, cb("onExtrasChanged") + extras);
320 public void onSessionEvent(String event, Bundle extras) { argument
321 if (D.BUG) Log.d(TAG, cb("onSessionEvent") + "event=" + event + " extras=" + extras);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java112 public void setExtras(Bundle extras) { argument
214 public Bundle respond(Bundle extras) { argument
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DMediaDescriptionCompatApi21.java94 public static void setExtras(Object builderObj, Bundle extras) { argument
95 ((MediaDescription.Builder)builderObj).setExtras(extras);
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DPlaybackStateCompatApi21.java96 int icon, Bundle extras) {
99 customActionObj.setExtras(extras);
95 newInstance(String action, CharSequence name, int icon, Bundle extras) argument
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DRecommendationExtender.java44 // Key for the Content info extensions bundle in the main Notification extras bundle
84 Bundle contentBundle = notif.extras == null ?
85 null : notif.extras.getBundle(EXTRA_CONTENT_INFO_EXTENDER);
/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);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java155 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) {
158 prompt, extras);
168 VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) {
171 prompt, options, extras);
180 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
183 message, extras);
192 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
195 message, extras);
204 IVoiceInteractorCallback callback, String command, Bundle extras) {
207 command, extras);
327 Request(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, Bundle extras) argument
437 ConfirmationRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) argument
497 PickOptionRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, VoiceInteractor.Prompt prompt, VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) argument
608 CompleteVoiceRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) argument
667 AbortVoiceRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) argument
724 CommandRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, String command, Bundle extras) argument
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java121 * with JobScheduler with appropriate delay and constraints (according to backoffs and extras).
509 public void onSyncRequest(SyncStorageEngine.EndPoint info, int reason, Bundle extras) {
510 scheduleSync(info.account, info.userId, reason, info.provider, extras,
518 public void onPeriodicSyncAdded(EndPoint target, Bundle extras, long pollFrequency,
520 updateOrAddPeriodicSync(target, pollFrequency, flex, extras);
765 * <p>If the ContentResolver.SYNC_EXTRAS_UPLOAD boolean in extras is
772 * then the extras can contain SyncAdapter-specific information
792 * @param extras a Map of SyncAdapter-specific information to control
799 String requestedAuthority, Bundle extras, int targetSyncState) {
800 scheduleSync(requestedAccount, userId, reason, requestedAuthority, extras, targetSyncStat
798 scheduleSync(Account requestedAccount, int userId, int reason, String requestedAuthority, Bundle extras, int targetSyncState) argument
807 scheduleSync(Account requestedAccount, int userId, int reason, String requestedAuthority, Bundle extras, int targetSyncState, final long minDelayMillis) argument
1077 removePeriodicSync(EndPoint target, Bundle extras) argument
1087 updateOrAddPeriodicSync(EndPoint target, long pollFrequency, long flex, Bundle extras) argument
1148 sendCancelSyncsMessage(final SyncStorageEngine.EndPoint info, Bundle extras) argument
1209 public final Bundle extras; field in class:SyncManager.UpdatePeriodicSyncMessagePayload
1211 UpdatePeriodicSyncMessagePayload(EndPoint target, long pollFrequency, long flex, Bundle extras) argument
1341 cancelActiveSync(SyncStorageEngine.EndPoint info, Bundle extras) argument
1495 cancelScheduledSyncOperation(SyncStorageEngine.EndPoint info, Bundle extras) argument
2800 updateOrAddPeriodicSyncH(EndPoint target, long pollFrequency, long flex, Bundle extras) argument
2889 removePeriodicSyncH(EndPoint target, Bundle extras) argument
3048 cancelActiveSyncH(SyncStorageEngine.EndPoint info, Bundle extras) argument
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java210 * Notification extras key: this is the title of the notification,
216 * Notification extras key: this is the title of the notification when shown in expanded form,
222 * Notification extras key: this is the main text payload, as supplied to
228 * Notification extras key: this is a third line of text, as supplied to
234 * Notification extras key: this is the remote input history, as supplied to
250 * Notification extras key: this is a small piece of additional text as supplied to
256 * Notification extras key: this is a line of summary information intended to be shown
263 * Notification extras key: this is the longer text shown in the big form of a
270 * Notification extras key: this is the resource ID of the notification's main small icon, as
276 * Notification extras ke
1596 addExtras(Bundle extras) argument
1619 setExtras(Bundle extras) argument
1999 addCompatExtras(Bundle extras) argument
2007 restoreFromCompatExtras(Bundle extras) argument
2289 addCompatExtras(Bundle extras) argument
2307 restoreFromCompatExtras(Bundle extras) argument
2600 Action(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, RemoteInput[] dataOnlyRemoteInputs, boolean allowGeneratedReplies) argument
2700 Builder(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies) argument
2718 addExtras(Bundle extras) argument
[all...]
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DMedia.java194 public void onEvent(String event, Bundle extras) { argument
195 System.out.println("onSessionEvent event=" + event + ", extras=" + extras);
222 public void onExtrasChanged(Bundle extras) throws RemoteException { argument
223 System.out.println("onExtrasChanged " + extras);
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java420 public void setExtras(Bundle extras) { argument
421 mExtras = (extras == null) ? Bundle.EMPTY : extras;
430 public Bundle respond(Bundle extras) { argument
/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java438 public Bundle extras; field in class:EditorInfo
527 pw.println(prefix + "extras=" + extras);
552 dest.writeBundle(extras);
581 res.extras = source.readBundle();
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl52 void updateAppWidgetOptions(String callingPackage, int appWidgetId, in Bundle extras);
71 in Bundle extras, in IntentSender resultIntent);
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationProviderProxy.java242 public int getStatus(Bundle extras) { argument
247 return service.getStatus(extras);
274 public boolean sendExtraCommand(String command, Bundle extras) { argument
279 return service.sendExtraCommand(command, extras);

Completed in 2993 milliseconds

1234567891011>>