Searched refs:extras (Results 276 - 300 of 341) sorted by relevance

<<11121314

/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl116 boolean matchesCallFilter(in Bundle extras);
H A DNotificationManager.java536 public boolean matchesCallFilter(Bundle extras) { argument
539 return service.matchesCallFilter(extras);
H A DPendingIntent.java150 * extras change, and don't care that any entities that received your
152 * extras even if they are not explicitly given to it.
197 * @param resultExtras The final extras collected by a broadcast.
228 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
232 mResultExtras = extras;
577 * arguments given to the service will come from the extras of the Intent.
607 * arguments given to the service will come from the extras of the Intent.
227 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean serialized, boolean sticky, int sendingUser) argument
H A DWallpaperManager.java1509 * @param extras Optional additional information for the command, or null.
1512 int x, int y, int z, Bundle extras) {
1516 windowToken, action, x, y, z, extras, false);
1511 sendWallpaperCommand(IBinder windowToken, String action, int x, int y, int z, Bundle extras) argument
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java1386 * @param extras Additional extras for configuring reader mode.
1390 Bundle extras) {
1396 mNfcActivityManager.enableReaderMode(activity, callback, flags, extras);
1822 + " NFC extras APIs");
1389 enableReaderMode(Activity activity, ReaderCallback callback, int flags, Bundle extras) argument
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java305 * Gets any extras for the media service.
1081 final Bundle extras) {
1084 mediaBrowser.onServiceConnected(this, root, session, extras);
1080 onConnect(String root, MediaSession.Token session, final Bundle extras) argument
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java785 * @param extras Any extras about the browser service.
787 public BrowserRoot(@NonNull String rootId, @Nullable Bundle extras) { argument
793 mExtras = extras;
804 * Gets any extras about the browser service.
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java502 int z, Bundle extras, boolean sync) {
508 action, x, y, z, extras, sync);
501 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
H A DWallpaperController.java360 WindowState window, String action, int x, int y, int z, Bundle extras, boolean sync) {
365 token.sendWindowWallpaperCommand(action, x, y, z, extras, sync);
359 sendWindowWallpaperCommand( WindowState window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/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/services/autofill/java/com/android/server/autofill/
H A DSession.java183 Slog.e(TAG, "No receiver extras - app might have crashed providing it");
533 public void authenticate(int requestId, int datasetIndex, IntentSender intent, Bundle extras) { argument
544 getFillContextByRequestIdLocked(requestId).getStructure(), extras);
1391 private Intent createAuthFillInIntent(AssistStructure structure, Bundle extras) { argument
1394 fillInIntent.putExtra(AutofillManager.EXTRA_CLIENT_STATE, extras);
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java68 @Nullable Bundle extras);
67 authenticate(int requestId, int datasetIndex, @NonNull IntentSender intent, @Nullable Bundle extras) argument
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java431 public void onStatusChanged(String provider, int status, Bundle extras) { } argument
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java335 * @param extras - optional set of extra status messages
337 public void onStatusChanged(String provider, int status, Bundle extras) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java487 Parcelable appInfo = n.extras.getParcelable(
495 CharSequence title = n.extras.getCharSequence(Notification.EXTRA_TITLE);
496 CharSequence text = n.extras.getCharSequence(Notification.EXTRA_TEXT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java556 final Bundle extras = new Bundle();
557 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME,
600 .addExtras(extras)
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java432 String data, Bundle extras, boolean ordered,
457 Bundle extras, boolean ordered, boolean sticky, int sendingUser)
577 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
607 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
957 String data, Bundle extras, boolean ordered, boolean sticky,
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1065 Bundle extras) {
1067 boolean update = (extras != null) && extras.getBoolean(Intent.EXTRA_REPLACING);
1090 if (extras != null) {
1091 final String existing = extras.getString(
1064 onPackageInstalled(String basePackageName, int returnCode, String msg, Bundle extras) argument
H A DPackageManagerService.java1966 Bundle extras = new Bundle(1);
1967 extras.putInt(Intent.EXTRA_UID, res.uid);
1969 extras.putBoolean(Intent.EXTRA_REPLACING, true);
1972 extras, 0 /*flags*/,
1976 extras, 0 /*flags*/,
1983 packageName, extras, 0 /*flags*/,
1988 extras, 0 /*flags*/,
1992 null /*package*/, null /*extras*/, 0 /*flags*/,
2073 Bundle extras = extrasForInstallResult(res);
2075 res.returnMsg, extras);
13996 sendPackageBroadcast(final String action, final String pkg, final Bundle extras, final int flags, final String targetPkg, final IIntentReceiver finishedReceiver, final int[] userIds) argument
24286 notifyCreated(int moveId, Bundle extras) argument
24910 sendPackageBroadcast(final String action, final String pkg, final Bundle extras, final int flags, final String targetPkg, final IIntentReceiver finishedReceiver, final int[] userIds) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1984 Bundle extras = intent.getExtras();
2016 replacing = extras.getBoolean(Intent.EXTRA_REPLACING, false);
2029 final int uid = extras.getInt(Intent.EXTRA_UID);
6260 String msg, Bundle extras) {
7811 String msg, Bundle extras) {
11371 private Bundle putMonitoringExtra(Bundle extras, String key, String value) { argument
11372 if (extras == null) {
11373 extras = new Bundle();
11375 extras.putString(key, value);
11376 return extras;
6259 onPackageInstalled(String packageName, int returnCode, String msg, Bundle extras) argument
7810 onPackageInstalled(String packageName, int returnCode, String msg, Bundle extras) argument
11379 putMonitoringExtra(Bundle extras, String key, int value) argument
11387 putMonitoringExtra(Bundle extras, String key, long value) argument
11396 putMonitoringExtra(Bundle extras, String key, boolean value) argument
11404 monitorEvent(IBackupManagerMonitor monitor, int id, PackageInfo pkg, int category, Bundle extras) argument
[all...]
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DWorkflowTest.java278 Bundle extras) {
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java1420 Bundle extras = getExtras(info);
1421 return extras.getCharSequence(ROLE_DESCRIPTION_KEY);
1426 Bundle extras = getExtras(info);
1427 extras.putCharSequence(ROLE_DESCRIPTION_KEY, roleDescription);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h887 InFlightRequest(int numBuffers, CaptureResultExtras extras, bool hasInput, argument
894 resultExtras(extras),
1006 // Send a total capture result given the pending metadata and result extras,
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java215 * <li>{@link Notification#EXTRA_LARGE_ICON extras[EXTRA_LARGE_ICON]}</li>
216 * <li>{@link Notification#EXTRA_LARGE_ICON_BIG extras[EXTRA_LARGE_ICON_BIG]}</li>
217 * <li>{@link Notification#EXTRA_PICTURE extras[EXTRA_PICTURE]}</li>
218 * <li>{@link Notification#EXTRA_BIG_TEXT extras[EXTRA_BIG_TEXT]}</li>
1122 n.extras.putInt(Notification.EXTRA_SMALL_ICON, smallIcon.getResId());
1129 n.extras.putParcelable(Notification.EXTRA_LARGE_ICON, largeIconBits);
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1462 Rect cropHint, boolean allowBackup, Bundle extras, int which,
1507 ParcelFileDescriptor pfd = updateWallpaperBitmapLocked(name, wallpaper, extras);
1555 Bundle extras) {
1573 if (extras != null) {
1574 extras.putInt(WallpaperManager.EXTRA_NEW_WALLPAPER_ID, wallpaper.wallpaperId);
1461 setWallpaper(String name, String callingPackage, Rect cropHint, boolean allowBackup, Bundle extras, int which, IWallpaperManagerCallback completion, int userId) argument
1554 updateWallpaperBitmapLocked(String name, WallpaperData wallpaper, Bundle extras) argument

Completed in 822 milliseconds

<<11121314