Searched defs:extras (Results 101 - 125 of 133) sorted by relevance

123456

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java95 IVoiceInteractorCallback callback, CharSequence prompt, Bundle extras) {
99 prompt, extras));
105 IVoiceInteractorCallback callback, CharSequence message, Bundle extras) {
109 message, extras));
115 IVoiceInteractorCallback callback, CharSequence message, Bundle extras) {
119 message, extras));
125 IVoiceInteractorCallback callback, String command, Bundle extras) {
129 command, extras));
292 + " prompt=" + args.arg3 + " extras=" + args.arg4);
299 + " message=" + args.arg3 + " extras
780 onConfirm(Caller caller, Request request, CharSequence prompt, Bundle extras) argument
801 onCompleteVoice(Caller caller, Request request, CharSequence message, Bundle extras) argument
822 onAbortVoice(Caller caller, Request request, CharSequence message, Bundle extras) argument
840 onCommand(Caller caller, Request request, String command, Bundle extras) argument
[all...]
/frameworks/base/location/java/android/location/
H A DLocationManager.java86 * <p> The extras Bundle for the GPS location provider can contain the
248 public void onStatusChanged(String provider, int status, Bundle extras) { argument
254 if (extras != null) {
255 b.putBundle("extras", extras);
287 Bundle extras = b.getBundle("extras");
288 mListener.onStatusChanged(provider, status, extras);
825 * in the intent's extras.</p>
1339 * @param extras
1347 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
1659 sendExtraCommand(String provider, String command, 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
609 * @param extras Optional extras that can include extra information about the media item
612 public void playFromMediaId(String mediaId, Bundle extras) { argument
633 playFromSearch(String query, Bundle extras) argument
898 onEvent(String event, Bundle extras) argument
940 onExtrasChanged(Bundle extras) argument
[all...]
H A DMediaSession.java346 * @param extras Any extras included with the event
348 public void sendSessionEvent(@NonNull String event, @Nullable Bundle extras) { argument
353 mBinder.sendEvent(event, extras);
481 * Set some extras that can be associated with the {@link MediaSession}. No assumptions should
482 * be made as to how a {@link MediaController} will handle these extras.
485 * @param extras The extras associated with the {@link MediaSession}.
487 public void setExtras(@Nullable Bundle extras) { argument
489 mBinder.setExtras(extras);
519 dispatchPlayFromMediaId(String mediaId, Bundle extras) argument
523 dispatchPlayFromSearch(String query, Bundle extras) argument
592 postToCallback(int what, Object obj, Bundle extras) argument
806 onPlayFromMediaId(String mediaId, Bundle extras) argument
815 onPlayFromSearch(String query, Bundle extras) argument
885 onCustomAction(@onNull String action, @Nullable Bundle extras) argument
931 onPlayFromMediaId(String mediaId, Bundle extras) argument
939 onPlayFromSearch(String query, Bundle extras) argument
1128 public final Bundle extras; field in class:MediaSession.Command
1131 Command(String command, Bundle extras, ResultReceiver stub) argument
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java316 public void requestSync(Account account, String authority, Bundle extras) { argument
317 ContentResolver.validateSyncExtrasBundle(extras);
327 syncManager.scheduleSync(account, userId, uId, authority, extras,
365 Bundle extras = request.getBundle();
382 .updateOrAddPeriodicSync(info, runAtTime, flextime, extras);
387 request.getAccount(), userId, callerUid, request.getProvider(), extras,
459 Bundle extras = new Bundle(request.getBundle());
467 getSyncManager().getSyncStorageEngine().removePeriodicSync(info, extras);
470 syncManager.cancelScheduledSyncOperation(info, extras);
471 syncManager.cancelActiveSync(info, extras);
568 addPeriodicSync(Account account, String authority, Bundle extras, long pollFrequency) argument
601 removePeriodicSync(Account account, String authority, Bundle extras) argument
[all...]
H A DSyncManager.java381 public void onSyncRequest(SyncStorageEngine.EndPoint info, int reason, Bundle extras) {
383 scheduleSync(info.account, info.userId, reason, info.provider, extras,
388 scheduleSync(info.service, info.userId, reason, extras,
550 * @param extras a Map of SyncAdapter-specific information to control
556 public void scheduleSync(ComponentName cname, int userId, int uid, Bundle extras, argument
560 Log.d(TAG, "one off sync for: " + cname + " " + extras.toString());
563 Boolean expedited = extras.getBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, false);
569 extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, false);
601 + ", extras " + extras);
652 scheduleSync(Account requestedAccount, int userId, int reason, String requestedAuthority, Bundle extras, long beforeRuntimeMillis, long runtimeMillis, boolean onlyThoseWithUnkownSyncableState) argument
851 sendCancelSyncsMessage(final SyncStorageEngine.EndPoint info, Bundle extras) argument
979 cancelActiveSync(SyncStorageEngine.EndPoint info, Bundle extras) argument
1025 cancelScheduledSyncOperation(SyncStorageEngine.EndPoint info, Bundle extras) argument
2753 cancelActiveSyncLocked(SyncStorageEngine.EndPoint info, Bundle extras) argument
[all...]
H A DSyncStorageEngine.java165 final Bundle extras; // note: read-only. field in class:SyncStorageEngine.PendingOperation
174 Bundle extras, boolean expedited) {
178 this.extras = extras != null ? new Bundle(extras) : extras;
187 this.extras = other.extras;
209 + " extras=" + extras;
173 PendingOperation(AuthorityInfo authority, int reason, int source, Bundle extras, boolean expedited) argument
384 Bundle extras; field in class:SyncStorageEngine.SyncHistoryItem
403 onSyncRequest(EndPoint info, int reason, Bundle extras) argument
904 updateOrAddPeriodicSync(EndPoint info, long period, long flextime, Bundle extras) argument
965 removePeriodicSync(EndPoint info, Bundle extras) argument
2112 parseExtra(XmlPullParser parser, Bundle extras) argument
2648 extrasToXml(XmlSerializer out, Bundle extras) argument
2680 requestSync(AuthorityInfo authorityInfo, int reason, Bundle extras) argument
2701 requestSync(Account account, int userId, int reason, String authority, Bundle extras) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java880 Bundle extras) {
888 if (extras != null) {
889 final String existing = extras.getString(
879 onPackageInstalled(String basePackageName, int returnCode, String msg, Bundle extras) argument
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java92 * extras. Used to pass the phone accounts to display on the front end to the user in order to
375 * @return A bundle extras to pass with the call
436 Bundle extras) {
449 mExtras = extras;
423 Details( Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, PhoneAccountHandle accountHandle, int capabilities, int properties, DisconnectCause disconnectCause, long connectTimeMillis, GatewayInfo gatewayInfo, int videoState, StatusHints statusHints, 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...]
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java74 int resultCode, String data, Bundle extras, boolean sync,
115 int resultCode, String data, Bundle extras, boolean ordered,
73 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
114 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DLoadedApk.java782 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
790 rd.performReceive(intent, resultCode, data, extras,
801 if (extras != null) {
802 extras.setAllowFds(false);
804 mgr.finishReceiver(this, resultCode, data, extras, false);
942 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
948 Args args = new Args(intent, resultCode, data, extras, ordered,
781 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
941 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
H A DActivityManagerNative.java2119 Bundle extras = data.readBundle();
2120 reportAssistContextExtras(token, extras);
5106 public void reportAssistContextExtras(IBinder token, Bundle extras) argument
5112 data.writeBundle(extras);
H A DActivityThread.java677 CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras,
680 ReceiverData r = new ReceiverData(intent, resultCode, data, extras,
882 int resultCode, String dataStr, Bundle extras, boolean ordered,
885 receiver.performReceive(intent, resultCode, dataStr, extras, ordered,
676 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
881 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
/frameworks/base/core/java/android/content/
H A DContentResolver.java1354 * @param extras provider-defined Bundle argument. May be null.
1360 public final Bundle call(Uri uri, String method, String arg, Bundle extras) { argument
1372 return provider.call(mPackageName, method, arg, extras);
1716 * types may be used in the extras bundle:
1729 * @param extras any extras to pass to the SyncAdapter.
1734 public void startSync(Uri uri, Bundle extras) { argument
1736 if (extras != null) {
1737 String accountName = extras.getString(SYNC_EXTRAS_ACCOUNT);
1741 extras
1765 requestSync(Account account, String authority, Bundle extras) argument
1773 requestSyncAsUser(Account account, String authority, int userId, Bundle extras) argument
1817 validateSyncExtrasBundle(Bundle extras) argument
1989 addPeriodicSync(Account account, String authority, Bundle extras, long pollFrequency) argument
2016 invalidPeriodicExtras(Bundle extras) argument
2039 removePeriodicSync(Account account, String authority, Bundle extras) argument
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java121 Bundle extras; field in class:WallpaperService.WallpaperCommand
313 int z, Bundle extras, boolean sync) {
321 cmd.extras = extras;
478 * @param extras Any additional parameters.
485 Bundle extras, boolean resultRequested) {
979 cmd.extras, cmd.sync);
1129 int z, Bundle extras) {
1131 mEngine.mWindow.dispatchWallpaperCommand(action, x, y, z, extras, false);
484 onCommand(String action, int x, int y, int z, Bundle extras, boolean resultRequested) argument
1128 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras) argument
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java756 public boolean callStatusChangedLocked(String provider, int status, Bundle extras) { argument
762 mListener.onStatusChanged(provider, status, extras);
772 statusChanged.putExtras(new Bundle(extras));
1898 public boolean sendExtraCommand(String provider, String command, Bundle extras) { argument
1916 return p.sendExtraCommand(command, extras);
2146 Bundle extras = new Bundle();
2147 int status = p.getStatus(extras);
2208 if (!receiver.callStatusChangedLocked(provider, status, extras)) {
2497 public void setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) { argument
2504 mockProvider.setStatus(status, extras, updateTim
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java825 public void setExtras(Bundle extras) { argument
827 mExtras = extras == null ? null : new Bundle(extras);
918 public void playFromMediaId(String mediaId, Bundle extras) { argument
920 mCb.onPlayFromMediaId(mediaId, extras);
926 public void playFromSearch(String query, Bundle extras) { argument
928 mCb.onPlayFromSearch(query, extras);
1140 public void playFromMediaId(String mediaId, Bundle extras) throws RemoteException { argument
1141 mSessionCb.playFromMediaId(mediaId, extras);
1145 public void playFromSearch(String query, Bundle extras) throw argument
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java133 Bundle extras) {
134 Log.d(TAG, "onPackageInstalled: code=" + returnCode + ", msg=" + msg + ", extras="
135 + extras);
132 onPackageInstalled(String basePackageName, int returnCode, String msg, Bundle extras) argument
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java146 private static final String TABLE_EXTRAS = "extras";
649 public boolean addAccountExplicitly(Account account, String password, Bundle extras) { argument
669 return addAccountInternal(accounts, account, password, extras, false);
777 Bundle extras, boolean restricted) {
804 if (extras != null) {
805 for (String key : extras.keySet()) {
806 final String value = extras.getString(key);
776 addAccountInternal(UserAccounts accounts, Account account, String password, Bundle extras, boolean restricted) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp304 jstring extras = env->NewStringUTF(notification->extras); local
306 if (requestor_id && text && extras) {
312 notification->text_encoding, extras);
321 if (extras)
322 env->DeleteLocalRef(extras);
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java1679 * String extra for {@link PackageInstallObserver} in the 'extras' Bundle in case of
1688 * String extra for {@link PackageInstallObserver} in the 'extras' Bundle in case of
4081 Bundle extras) {
4080 onPackageInstalled(String basePackageName, int returnCode, String msg, Bundle extras) argument
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java1071 public int getStatus(Bundle extras) { argument
1072 if (extras != null) {
1073 extras.putInt("satellites", mSvCount);
1205 public boolean sendExtraCommand(String command, Bundle extras) { argument
1211 result = deleteAidingData(extras);
1253 private boolean deleteAidingData(Bundle extras) { argument
1256 if (extras == null) {
1260 if (extras.getBoolean("ephemeris")) flags |= GPS_DELETE_EPHEMERIS;
1261 if (extras.getBoolean("almanac")) flags |= GPS_DELETE_ALMANAC;
1262 if (extras
2032 onStatusChanged(String provider, int status, Bundle extras) argument
[all...]
/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...]

Completed in 1136 milliseconds

123456