Searched defs:extras (Results 76 - 100 of 133) sorted by relevance

123456

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java1274 * @param extras Additional extras for configuring reader mode.
1277 Bundle extras) {
1278 mNfcActivityManager.enableReaderMode(activity, callback, flags, extras);
1583 + " NFC extras APIs");
1276 enableReaderMode(Activity activity, ReaderCallback callback, int flags, Bundle extras) argument
/frameworks/base/location/java/android/location/
H A DAddress.java417 public void setExtras(Bundle extras) { argument
418 mExtras = (extras == null) ? null : new Bundle(extras);
469 sb.append(",extras=");
H A DLocation.java112 * has no bearing, altitude, speed, accuracy or extras.
826 public void setExtras(Bundle extras) { argument
827 mExtras = (extras == null) ? null : new Bundle(extras);
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java135 public Bundle extras; field in class:GpsNetInitiatedHandler.GpsNiNotification
142 Bundle extras; field in class:GpsNetInitiatedHandler.GpsNiResponse
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java258 * Gets any extras for the media service.
791 final Bundle extras) {
794 mediaBrowser.onServiceConnected(this, root, session, extras);
790 onConnect(final String root, final MediaSession.Token session, final Bundle extras) argument
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java241 CharSequence error, Bundle extras) {
251 mExtras = extras;
402 * Get any custom extras that were set on this playback state.
404 * @return The extras for this state or null.
592 private CustomAction(String action, CharSequence name, int icon, Bundle extras) { argument
596 mExtras = extras;
661 * Returns extras which provide additional application-specific information about the
717 * Set optional extras for the {@link CustomAction}. These extras are meant to be
721 * @param extras Optiona
238 PlaybackState(int state, long position, long updateTime, float speed, long bufferedPosition, long transportControls, List<PlaybackState.CustomAction> customActions, long activeItemId, CharSequence error, Bundle extras) argument
724 setExtras(Bundle extras) argument
971 setExtras(Bundle extras) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java424 Intent intent, int resultCode, String data, Bundle extras,
432 data, extras, ordered, sticky, sendingUser, app.repProcState);
438 receiver.performReceive(intent, resultCode, data, extras, ordered,
1200 pw.print(" extras: "); pw.println(bundle.toString());
1231 pw.print(" extras: "); pw.println(bundle.toString());
423 performReceiveLocked(ProcessRecord app, IIntentReceiver receiver, Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java399 public void onStatusChanged(String provider, int status, Bundle extras) { } argument
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java463 * @param extras extras of the notification with EXTRA_PEOPLE populated
468 public boolean matchesCallFilter(UserHandle userHandle, Bundle extras, argument
475 final float contactAffinity = validator.getContactAffinity(userHandle, extras,
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java538 Bundle extras) {
540 dispatchSessionFinished(returnCode, msg, extras);
926 private void dispatchSessionFinished(int returnCode, String msg, Bundle extras) { argument
932 mRemoteObserver.onPackageInstalled(mPackageName, returnCode, msg, extras);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java432 int z, Bundle extras, boolean sync) {
438 action, x, y, z, extras, sync);
431 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java51 * (see {@link android.telecom.ConnectionService}). Telecom reads the Intent extras to find
183 * (The following comment corresponds to the all GATEWAY_* extras)
934 * @param extras A bundle that will be passed through to
939 public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { argument
943 phoneAccount, extras == null ? new Bundle() : extras);
957 * @param extras A bundle that will be passed through to
962 public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) { argument
966 phoneAccount, extras == null ? new Bundle() : extras);
[all...]
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java638 private void setError(int type, int extra, Bundle extras, Exception e) { argument
640 pushOnError(type, extra, extras, e);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java183 int z, Bundle extras, boolean sync) {
182 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DMediaControllerCompatApi21.java158 public static void playFromMediaId(Object controlsObj, String mediaId, Bundle extras) { argument
159 ((MediaController.TransportControls) controlsObj).playFromMediaId(mediaId, extras);
162 public static void playFromSearch(Object controlsObj, String query, Bundle extras) { argument
163 ((MediaController.TransportControls) controlsObj).playFromSearch(query, extras);
249 public void onSessionEvent(String event, Bundle extras); argument
267 public void onSessionEvent(String event, Bundle extras) { argument
268 mCallback.onSessionEvent(event, extras);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java422 private CustomAction(String action, CharSequence name, int icon, Bundle extras) { argument
426 mExtras = extras;
493 * Returns extras which provide additional application-specific
553 * Set optional extras for the {@link CustomAction}. These extras
558 * @param extras Optional extras for the {@link CustomAction}.
561 public Builder setExtras(Bundle extras) { argument
562 mExtras = extras;
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java49 private static final String KEY_EXTRAS = "extras";
76 Bundle extras, String groupKey, boolean groupSummary, String sortKey) {
103 if (extras != null) {
104 mExtras.putAll(extras);
134 // Merge in developer provided extras, but let the values already set
136 Bundle extras = getExtras(notif);
139 if (extras.containsKey(key)) {
143 extras.putAll(mergeBundle);
146 // Add the action extras sparse array if any action was added with extras
70 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) argument
243 readAction( NotificationCompatBase.Action.Factory factory, RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory, int icon, CharSequence title, PendingIntent actionIntent, Bundle extras) argument
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java235 * @param extras A bundle of extra arguments to be added to the
246 long positionMillis, Bundle extras, ItemActionCallback callback) {
248 extras, callback, MediaControlIntent.ACTION_PLAY);
269 * @param extras A bundle of extra arguments to be added to the
281 long positionMillis, Bundle extras, ItemActionCallback callback) {
283 extras, callback, MediaControlIntent.ACTION_ENQUEUE);
287 long positionMillis, Bundle extras,
307 performItemAction(intent, mSessionId, null, extras, callback);
325 * @param extras A bundle of extra arguments to be added to the
335 public void seek(String itemId, long positionMillis, Bundle extras, argument
245 play(Uri contentUri, String mimeType, Bundle metadata, long positionMillis, Bundle extras, ItemActionCallback callback) argument
280 enqueue(Uri contentUri, String mimeType, Bundle metadata, long positionMillis, Bundle extras, ItemActionCallback callback) argument
286 playOrEnqueue(Uri contentUri, String mimeType, Bundle metadata, long positionMillis, Bundle extras, final ItemActionCallback callback, String action) argument
367 getStatus(String itemId, Bundle extras, ItemActionCallback callback) argument
399 remove(String itemId, Bundle extras, ItemActionCallback callback) argument
430 pause(Bundle extras, SessionActionCallback callback) argument
457 resume(Bundle extras, SessionActionCallback callback) argument
484 stop(Bundle extras, SessionActionCallback callback) argument
513 startSession(Bundle extras, SessionActionCallback callback) argument
543 getSessionStatus(Bundle extras, SessionActionCallback callback) argument
574 endSession(Bundle extras, SessionActionCallback callback) argument
582 performItemAction(final Intent intent, final String sessionId, final String itemId, Bundle extras, final ItemActionCallback callback) argument
633 performSessionAction(final Intent intent, final String sessionId, Bundle extras, final SessionActionCallback callback) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h583 InFlightRequest(int numBuffers, CaptureResultExtras extras) : argument
589 resultExtras(extras),
593 InFlightRequest(int numBuffers, CaptureResultExtras extras, bool hasInput) : argument
599 resultExtras(extras),
667 // Insert the capture result given the pending metadata, result extras,
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java634 Bundle extras = intent.getExtras();
645 if (extras == null) {
646 extras = uriExtras;
648 uriExtras.putAll(extras);
649 extras = uriExtras;
651 intent.replaceExtras(extras);
1574 public void performReceive(Intent intent, int resultCode, String data, Bundle extras, argument
1578 if (extras != null) line = line + ", extras: " + extras;
[all...]
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java386 Bundle extras = data.readBundle();
392 resultCode, dataStr, extras, ordered, sticky, sendingUser, processState);
1080 int resultCode, String dataStr, Bundle extras, boolean ordered,
1088 data.writeBundle(extras);
1079 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DWallpaperManager.java1044 * @param extras Optional additional information for the command, or null.
1047 int x, int y, int z, Bundle extras) {
1051 windowToken, action, x, y, z, extras, false);
1046 sendWallpaperCommand(IBinder windowToken, String action, int x, int y, int z, Bundle extras) argument
/frameworks/base/core/java/android/content/
H A DContentProvider.java367 public Bundle call(String callingPkg, String method, String arg, Bundle extras) { argument
370 return ContentProvider.this.call(method, arg, extras);
1741 * @param extras provider-defined Bundle argument. May be {@code null}.
1745 public Bundle call(String method, String arg, Bundle extras) { argument
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureResult.java155 CaptureResultExtras extras) {
164 if (extras == null) {
165 throw new IllegalArgumentException("extras was null");
173 mSequenceId = extras.getRequestId();
174 mFrameNumber = extras.getFrameNumber();
154 CaptureResult(CameraMetadataNative results, CaptureRequest parent, CaptureResultExtras extras) argument
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java177 // extras that allow any preference activity to be launched as part of a wizard
411 public Bundle extras; field in class:PreferenceActivity.Header
491 dest.writeBundle(extras);
510 extras = in.readBundle();
1299 if (cur.extras != null && cur.extras.equals(oh.extras)) {

Completed in 9385 milliseconds

123456