Searched refs:extras (Results 301 - 325 of 341) sorted by relevance

<<11121314

/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java767 public void onPackageInstalled(String name, int status, String msg, Bundle extras) { argument
772 extraPermission = extras.getString(
774 extraPackage = extras.getString(
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java2019 Bundle extras = node.getExtras();
2020 if (extras != null) {
2021 Log.i(TAG, prefix + " Extras: " + extras);
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java483 Intent intent, int resultCode, String data, Bundle extras,
492 data, extras, ordered, sticky, sendingUser, app.repProcState);
512 receiver.performReceive(intent, resultCode, data, extras, ordered,
1687 pw.print(" extras: "); pw.println(bundle.toString());
1747 pw.print(" extras: "); pw.println(bundle.toString());
482 performReceiveLocked(ProcessRecord app, IIntentReceiver receiver, Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
H A DActivityManagerShellCommand.java579 public void performReceive(Intent intent, int resultCode, String data, Bundle extras, argument
583 if (extras != null) line = line + ", extras: " + extras;
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java1665 Bundle extras = intent.getExtras();
1666 if (extras == null) {
1670 if (extras.containsKey(EXTRA_WAKELOCK_ACQUIRED)
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java66 private static final String TAG_INTENT_EXTRAS_LEGACY = "intent-extras";
68 private static final String TAG_EXTRAS = "extras";
1402 PersistableBundle extras = null;
1453 extras = PersistableBundle.restoreFromXml(parser);
1486 rank, extras, lastChangedTimestamp, flags,
H A DShortcutService.java1591 * - Make sure the intent's extras are persistable, and them to set
1592 * {@link ShortcutInfo#mIntentPersistableExtrases}. Also clear its extras.
1885 AppWidgetProviderInfo appWidget, Bundle extras, IntentSender resultIntent) {
1896 ret = mShortcutRequestPinProcessor.requestPinItemLocked(shortcut, appWidget, extras,
2623 @NonNull AppWidgetProviderInfo appWidget, @Nullable Bundle extras,
2626 return requestPinItem(callingPackage, userId, null, appWidget, extras, resultIntent);
3319 void injectSendIntentSender(IntentSender intentSender, Intent extras) { argument
3324 intentSender.sendIntent(mContext, /* code= */ 0, extras,
1884 requestPinItem(String packageName, int userId, ShortcutInfo shortcut, AppWidgetProviderInfo appWidget, Bundle extras, IntentSender resultIntent) argument
2622 requestPinAppWidget(@onNull String callingPackage, @NonNull AppWidgetProviderInfo appWidget, @Nullable Bundle extras, @Nullable IntentSender resultIntent, int userId) argument
/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java99 Bundle extras) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java269 Bundle extras = getIntent().getExtras();
271 mPrintJob = extras.getParcelable(PrintManager.EXTRA_PRINT_JOB);
280 final IBinder adapter = extras.getBinder(PrintManager.EXTRA_PRINT_DOCUMENT_ADAPTER);
286 mCallingPackageName = extras.getString(DocumentsContract.EXTRA_PACKAGE_NAME);
H A DFusedPrintersProvider.java445 public void onStatusChanged(String provider, int status, Bundle extras) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java525 && sbn.getNotification().extras.getBoolean(Notification.EXTRA_ALLOW_DURING_SETUP);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java634 Bundle extras = new Bundle();
635 extras.putParcelable(Intent.EXTRA_USER, UserHandle.of(userHandle));
636 sendAdminCommandLocked(deviceOwner, action, extras, null);
2427 final Bundle extras = new Bundle();
2428 extras.putParcelable(Intent.EXTRA_USER, UserHandle.of(userHandle));
2430 sendAdminCommandLocked(action, reqPolicy, userHandle, extras);
2432 sendAdminCommandToSelfAndProfilesLocked(action, reqPolicy, userHandle, extras);
6155 synchronized void sendDeviceOwnerCommand(String action, Bundle extras) { argument
6158 if (extras != null) {
6159 intent.putExtras(extras);
[all...]
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java243 n.extras.get(Notification.EXTRA_TITLE),
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java466 public Bundle call(String method, String arg, Bundle extras) { argument
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java641 Bundle extras = info.getExtras();
643 extras.getParcelableArray(EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY);
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java143 public boolean matchesCallFilter(UserHandle userHandle, Bundle extras, argument
147 extras, validator, contactsTimeoutMs, timeoutAffinity);
H A DNotificationManagerService.java2531 public boolean matchesCallFilter(Bundle extras) {
2535 extras,
2839 adjustedSbn.getNotification().extras.getParcelable(
2841 final Bundle extras = new Bundle();
2842 extras.putParcelable(Notification.EXTRA_BUILDER_APPLICATION_INFO, appInfo);
2855 summaryNotification.extras.putAll(extras);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java432 Bundle extras, Map packageToVisibility) {
433 Bundle.setDefusable(extras, true);
456 return addAccountInternal(accounts, account, password, extras, callingUid,
1589 public boolean addAccountExplicitly(Account account, String password, Bundle extras) { argument
1590 return addAccountExplicitlyWithVisibility(account, password, extras, null);
1746 Bundle extras, int callingUid, Map<String, Integer> packageToVisibility) {
1747 Bundle.setDefusable(extras, true);
1777 if (extras != null) {
1778 for (String key : extras.keySet()) {
1779 final String value = extras
431 addAccountExplicitlyWithVisibility(Account account, String password, Bundle extras, Map packageToVisibility) argument
1745 addAccountInternal(UserAccounts accounts, Account account, String password, Bundle extras, int callingUid, Map<String, Integer> packageToVisibility) argument
[all...]
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java412 Bundle extras = intent.getExtras();
415 final boolean newPackageAdded = added && (extras == null
416 || !extras.getBoolean(Intent.EXTRA_REPLACING, false));
435 final boolean packageRemovedPermanently = (extras == null
436 || !extras.getBoolean(Intent.EXTRA_REPLACING, false));
1603 Bundle extras, IntentSender resultSender) {
1628 .requestPinAppWidget(callingPackage, info, extras, resultSender, userId);
2314 // PendingIntent.getBroadcast will update the extras.
1602 requestPinAppWidget(String callingPackage, ComponentName componentName, Bundle extras, IntentSender resultSender) argument
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java930 public void onStarted(int id, Bundle extras) throws RemoteException {
935 public void onProgress(int id, int progress, Bundle extras) throws RemoteException {
940 public void onFinished(int id, Bundle extras) throws RemoteException {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java450 void injectSendIntentSender(IntentSender intent, Intent extras) { argument
1510 PersistableBundle extras) {
1514 .setExtras(extras)
1509 makeShortcutWithExtras(String id, Intent intent, PersistableBundle extras) argument
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java899 * @param extras String values to use for the account's userdata, null for none
906 public boolean addAccountExplicitly(Account account, String password, Bundle extras, argument
911 return mService.addAccountExplicitlyWithVisibility(account, password, extras,
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java2641 * String extra for {@link PackageInstallObserver} in the 'extras' Bundle in case of
2650 * String extra for {@link PackageInstallObserver} in the 'extras' Bundle in case of
5393 public void onCreated(int moveId, Bundle extras) {} argument
5648 Bundle extras) {
5647 onPackageInstalled(String basePackageName, int returnCode, String msg, Bundle extras) argument
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java2013 @Nullable Bundle extras) {
2014 super(prompt, options, extras);
2012 PickTargetOptionRequest(@ullable Prompt prompt, Option[] options, @Nullable Bundle extras) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1000 // Pack the OEM-specific call extras.
2990 Bundle extras = new Bundle();
2991 extras.putBoolean(ImsCallProfile.EXTRA_IS_CALL_PULL, true);
2992 extras.putInt(ImsExternalCallTracker.EXTRA_IMS_EXTERNAL_CALL_ID, dialogId);
2994 Connection connection = dial(number, videoState, extras);

Completed in 763 milliseconds

<<11121314