[go: nahoru, domu]

Searched defs:extras (Results 126 - 150 of 178) sorted by relevance

12345678

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java1311 * @param extras Additional extras for configuring reader mode.
1314 Bundle extras) {
1315 mNfcActivityManager.enableReaderMode(activity, callback, flags, extras);
1689 + " NFC extras APIs");
1313 enableReaderMode(Activity activity, ReaderCallback callback, int flags, Bundle extras) argument
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java180 // extras that allow any preference activity to be launched as part of a wizard
418 public Bundle extras; field in class:PreferenceActivity.Header
498 dest.writeBundle(extras);
517 extras = in.readBundle();
1307 if (cur.extras != null && cur.extras.equals(oh.extras)) {
/frameworks/base/location/java/android/location/
H A DLocationManager.java102 * <p> The extras Bundle for the GPS location provider can contain the
264 public void onStatusChanged(String provider, int status, Bundle extras) { argument
270 if (extras != null) {
271 b.putBundle("extras", extras);
303 Bundle extras = b.getBundle("extras");
304 mListener.onStatusChanged(provider, status, extras);
845 * in the intent's extras.</p>
1359 * @param extras
1367 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
2224 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
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...]
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);
535 dispatchPrepareFromMediaId(String mediaId, Bundle extras) argument
539 dispatchPrepareFromSearch(String query, Bundle extras) argument
543 dispatchPrepareFromUri(Uri uri, Bundle extras) argument
551 dispatchPlayFromMediaId(String mediaId, Bundle extras) argument
555 dispatchPlayFromSearch(String query, Bundle extras) argument
559 dispatchPlayFromUri(Uri uri, Bundle extras) argument
628 postToCallback(int what, Object obj, Bundle extras) argument
850 onPrepareFromMediaId(String mediaId, Bundle extras) argument
862 onPrepareFromSearch(String query, Bundle extras) argument
874 onPrepareFromUri(Uri uri, Bundle extras) argument
889 onPlayFromSearch(String query, Bundle extras) argument
896 onPlayFromMediaId(String mediaId, Bundle extras) argument
902 onPlayFromUri(Uri uri, Bundle extras) argument
972 onCustomAction(@onNull String action, @Nullable Bundle extras) argument
1018 onPrepareFromMediaId(String mediaId, Bundle extras) argument
1026 onPrepareFromSearch(String query, Bundle extras) argument
1034 onPrepareFromUri(Uri uri, Bundle extras) argument
1050 onPlayFromMediaId(String mediaId, Bundle extras) argument
1058 onPlayFromSearch(String query, Bundle extras) argument
1066 onPlayFromUri(Uri uri, Bundle extras) argument
1255 public final Bundle extras; field in class:MediaSession.Command
1258 Command(String command, Bundle extras, ResultReceiver stub) argument
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java264 Bundle extras) {
281 mExtras = extras;
384 * Returns domain-specific extras associated with this TV input.
861 * Sets domain-specific extras associated with this TV input.
863 * @param extras Domain-specific extras associated with this TV input. Keys <em>must</em> be
868 public Builder setExtras(Bundle extras) { argument
869 this.mExtras = extras;
260 TvInputInfo(ResolveInfo service, String id, int type, boolean isHardwareInput, CharSequence label, int labelResId, Icon icon, Icon iconStandby, Icon iconDisconnected, String setupActivity, String settingsActivity, boolean canRecord, int tunerCount, HdmiDeviceInfo hdmiDeviceInfo, boolean isConnectedToHdmiSwitch, String parentId, Bundle extras) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java445 public void onStatusChanged(String provider, int status, Bundle extras) { argument
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java92 * <li>asserts the extras received by the custom activity
217 Bundle extras =
219 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
255 Bundle extras = acceptBugreportAndGetSharedIntent(ID);
256 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
274 Bundle extras = acceptBugreportAndGetSharedIntent(ID);
275 assertActionSendMultiple(extras, BUGREPORT_CONTENT, NO_SCREENSHOT, ID, PID, ZIP_FILE,
318 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID, mPlainTextPath,
320 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE,
355 Bundle extras
689 assertActionSendMultiple(Bundle extras, String bugreportContent, String screenshotContent) argument
710 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/base/services/core/java/com/android/server/content/
H A DContentService.java472 public void requestSync(Account account, String authority, Bundle extras) { argument
473 Bundle.setDefusable(extras, true);
474 ContentResolver.validateSyncExtrasBundle(extras);
484 syncManager.scheduleSync(account, userId, uId, authority, extras,
534 Bundle extras = request.getBundle();
548 flextime, extras);
553 request.getAccount(), userId, callerUid, request.getProvider(), extras,
626 Bundle extras = new Bundle(request.getBundle());
634 getSyncManager().removePeriodicSync(info, extras);
637 syncManager.cancelScheduledSyncOperation(info, extras);
750 addPeriodicSync(Account account, String authority, Bundle extras, long pollFrequency) argument
779 removePeriodicSync(Account account, String authority, Bundle extras) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1035 Bundle extras) {
1037 boolean update = (extras != null) && extras.getBoolean(Intent.EXTRA_REPLACING);
1058 if (extras != null) {
1059 final String existing = extras.getString(
1034 onPackageInstalled(String basePackageName, int returnCode, String msg, Bundle extras) argument
H A DPackageInstallerSession.java623 Bundle extras) {
625 dispatchSessionFinished(returnCode, msg, extras);
1107 private void dispatchSessionFinished(int returnCode, String msg, Bundle extras) { argument
1113 mRemoteObserver.onPackageInstalled(mPackageName, returnCode, msg, extras);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java492 int z, Bundle extras, boolean sync) {
498 action, x, y, z, extras, sync);
491 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/telecomm/java/android/telecom/
H A DConference.java61 public void onExtrasChanged(Conference c, Bundle extras) {} argument
679 * Replaces all the extras associated with this {@code Conference}.
681 * New or existing keys are replaced in the {@code Conference} extras. Keys which are no longer
682 * in the new extras, but were present the last time {@code setExtras} was called are removed.
684 * No assumptions should be made as to how an In-Call UI or service will handle these extras.
687 * @param extras The extras associated with this {@code Conference}.
689 public final void setExtras(@Nullable Bundle extras) { argument
693 // Add/replace any new or changed extras values.
694 putExtras(extras);
732 putExtras(@onNull Bundle extras) argument
837 onExtrasChanged(Bundle extras) argument
845 handleExtrasChanged(Bundle extras) argument
[all...]
H A DConnectionService.java258 public void sendCallEvent(String callId, String event, Bundle extras) {
262 args.arg3 = extras;
267 public void onExtrasChanged(String callId, Bundle extras) {
270 args.arg2 = extras;
419 Bundle extras = (Bundle) args.arg3;
420 sendCallEvent(callId, event, extras);
430 Bundle extras = (Bundle) args.arg2;
431 handleExtrasChanged(callId, extras);
531 public void onExtrasChanged(Conference c, Bundle extras) {
534 mAdapter.putExtras(id, extras);
983 sendCallEvent(String callId, String event, Bundle extras) argument
1004 handleExtrasChanged(String callId, Bundle extras) argument
[all...]
H A DTelecomManager.java54 * (see {@link android.telecom.ConnectionService}). Telecom reads the Intent extras to find
287 * (The following comment corresponds to the all GATEWAY_* extras)
1219 * @param extras A bundle that will be passed through to
1222 public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { argument
1226 phoneAccount, extras == null ? new Bundle() : extras);
1240 * @param extras A bundle that will be passed through to
1245 public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) { argument
1249 phoneAccount, extras == null ? new Bundle() : extras);
1405 placeCall(Uri address, Bundle extras) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java98 public void onExtrasChanged(Bundle extras); argument
126 public void onExtrasChanged(Bundle extras) {} argument
753 * Notifies listeners that connection extras has changed.
754 * @param extras New connection extras. This Bundle will be cloned to ensure that any concurrent
755 * modifications to the extras Bundle do not affect Bundle operations in the onExtrasChanged
758 public void setConnectionExtras(Bundle extras) { argument
759 if(extras != null) {
760 mExtras = new Bundle(extras);
770 * Retrieves the current connection extras
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaControllerCompat.java167 * Get the extras for this session.
372 * @param extras Optional parameters for the event.
374 public void onSessionEvent(String event, Bundle extras) { argument
416 * Override to handle chagnes to the {@link MediaSessionCompat} extras.
418 * @param extras The extras that can include other information
421 public void onExtrasChanged(Bundle extras) { argument
451 public void onSessionEvent(String event, Bundle extras) { argument
452 Callback.this.onSessionEvent(event, extras);
471 public void onEvent(String event, Bundle extras) throw argument
501 onExtrasChanged(Bundle extras) argument
602 prepareFromMediaId(String mediaId, Bundle extras) argument
618 prepareFromSearch(String query, Bundle extras) argument
633 prepareFromUri(Uri uri, Bundle extras) argument
647 playFromMediaId(String mediaId, Bundle extras) argument
658 playFromSearch(String query, Bundle extras) argument
667 playFromUri(Uri uri, Bundle extras) argument
1079 prepareFromMediaId(String mediaId, Bundle extras) argument
1088 prepareFromSearch(String query, Bundle extras) argument
1097 prepareFromUri(Uri uri, Bundle extras) argument
1115 playFromMediaId(String mediaId, Bundle extras) argument
1124 playFromSearch(String query, Bundle extras) argument
1133 playFromUri(Uri uri, Bundle extras) argument
1374 prepareFromMediaId(String mediaId, Bundle extras) argument
1382 prepareFromSearch(String query, Bundle extras) argument
1390 prepareFromUri(Uri uri, Bundle extras) argument
1444 playFromMediaId(String mediaId, Bundle extras) argument
1450 playFromSearch(String query, Bundle extras) argument
1456 playFromUri(Uri uri, Bundle extras) argument
1510 playFromUri(Uri uri, Bundle extras) argument
1546 prepareFromMediaId(String mediaId, Bundle extras) argument
1552 prepareFromSearch(String query, Bundle extras) argument
1558 prepareFromUri(Uri uri, Bundle extras) argument
[all...]
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1650 public void performReceive(Intent intent, int resultCode, String data, Bundle extras, argument
1654 if (extras != null) line = line + ", extras: " + extras;
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java398 Bundle extras = data.readBundle();
404 resultCode, dataStr, extras, ordered, sticky, sendingUser, processState);
1186 int resultCode, String dataStr, Bundle extras, boolean ordered,
1194 data.writeBundle(extras);
1185 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DIApplicationThread.java74 int resultCode, String data, Bundle extras, boolean sync,
116 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
115 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DLoadedApk.java1026 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
1040 rd.performReceive(intent, resultCode, data, extras,
1051 if (extras != null) {
1052 extras.setAllowFds(false);
1054 mgr.finishReceiver(this, resultCode, data, extras, false, intent.getFlags());
1198 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
1199 final Args args = new Args(intent, resultCode, data, extras, ordered,
1025 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
1197 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
/frameworks/base/core/java/android/content/
H A DContentResolver.java1428 * @param extras provider-defined Bundle argument. May be null.
1435 @Nullable String arg, @Nullable Bundle extras) {
1443 final Bundle res = provider.call(mPackageName, method, arg, extras);
1855 * types may be used in the extras bundle:
1868 * @param extras any extras to pass to the SyncAdapter.
1873 public void startSync(Uri uri, Bundle extras) { argument
1875 if (extras != null) {
1876 String accountName = extras.getString(SYNC_EXTRAS_ACCOUNT);
1880 extras
1434 call(@onNull Uri uri, @NonNull String method, @Nullable String arg, @Nullable Bundle extras) argument
1904 requestSync(Account account, String authority, Bundle extras) argument
1912 requestSyncAsUser(Account account, String authority, @UserIdInt int userId, Bundle extras) argument
1956 validateSyncExtrasBundle(Bundle extras) argument
2143 addPeriodicSync(Account account, String authority, Bundle extras, long pollFrequency) argument
2170 invalidPeriodicExtras(Bundle extras) argument
2193 removePeriodicSync(Account account, String authority, Bundle extras) argument
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java154 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) {
157 prompt, extras);
167 VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) {
170 prompt, options, extras);
179 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
182 message, extras);
191 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
194 message, extras);
203 IVoiceInteractorCallback callback, String command, Bundle extras) {
206 command, extras);
324 Request(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, Bundle extras) argument
434 ConfirmationRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) argument
493 PickOptionRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, VoiceInteractor.Prompt prompt, VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) argument
603 CompleteVoiceRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) argument
661 AbortVoiceRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) argument
717 CommandRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, String command, Bundle extras) argument
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java116 Bundle extras; field in class:WallpaperService.WallpaperCommand
320 int z, Bundle extras, boolean sync) {
328 cmd.extras = extras;
485 * @param extras Any additional parameters.
492 Bundle extras, boolean resultRequested) {
980 cmd.extras, cmd.sync);
1130 int z, Bundle extras) {
1132 mEngine.mWindow.dispatchWallpaperCommand(action, x, y, z, extras, false);
491 onCommand(String action, int x, int y, int z, Bundle extras, boolean resultRequested) argument
1129 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras) argument
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1864 @Nullable Bundle extras) {
1865 super(prompt, options, extras);
1863 PickTargetOptionRequest(@ullable Prompt prompt, Option[] options, @Nullable Bundle extras) argument

Completed in 632 milliseconds

12345678