Searched refs:extras (Results 1 - 25 of 341) sorted by path

1234567891011>>

/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/cmds/media/src/com/android/commands/media/
H A DMedia.java194 public void onEvent(String event, Bundle extras) { argument
195 System.out.println("onSessionEvent event=" + event + ", extras=" + extras);
222 public void onExtrasChanged(Bundle extras) throws RemoteException { argument
223 System.out.println("onExtrasChanged " + extras);
/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/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,
H A DChooseTypeAndAccountActivity.java312 Bundle extras = data != null ? data.getExtras() : null;
314 + ", resCode=" + resultCode + ", extras=" + extras + ")");
H A DGrantCredentialsPermissionActivity.java55 final Bundle extras = getIntent().getExtras();
56 if (extras == null) {
64 mAccount = extras.getParcelable(EXTRAS_ACCOUNT);
65 mAuthTokenType = extras.getString(EXTRAS_AUTH_TOKEN_TYPE);
66 mUid = extras.getInt(EXTRAS_REQUESTING_UID);
H A DIAccountManager.aidl47 boolean addAccountExplicitly(in Account account, String password, in Bundle extras);
115 boolean addAccountExplicitlyWithVisibility(in Account account, String password, in Bundle extras,
/frameworks/base/core/java/android/app/
H A DActivityThread.java812 CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras,
815 ReceiverData r = new ReceiverData(intent, resultCode, data, extras,
993 int resultCode, String dataStr, Bundle extras, boolean ordered,
996 receiver.performReceive(intent, resultCode, dataStr, extras, ordered,
811 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
992 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DApplicationPackageManager.java2582 public void onCreated(int moveId, Bundle extras) { argument
2585 args.arg2 = extras;
H A DIActivityManager.aidl350 void reportAssistContextExtras(in IBinder token, in Bundle extras,
H A DIApplicationThread.aidl75 int resultCode, in String data, in Bundle extras, boolean sync,
100 int resultCode, in String data, in Bundle extras, boolean ordered,
H A DINotificationManager.aidl116 boolean matchesCallFilter(in Bundle extras);
H A DIWallpaperManager.aidl32 * If 'extras' is non-null, on successful return it will contain:
46 in Rect cropHint, boolean allowBackup, out Bundle extras, int which,
H A DLauncherActivity.java71 public Bundle extras; field in class:LauncherActivity.ListItem
124 if (item.extras != null) {
125 intent.putExtras(item.extras);
H A DLoadedApk.java1194 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
1208 rd.performReceive(intent, resultCode, data, extras,
1219 if (extras != null) {
1220 extras.setAllowFds(false);
1222 mgr.finishReceiver(this, resultCode, data, extras, false, intent.getFlags());
1372 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
1373 final Args args = new Args(intent, resultCode, data, extras, ordered,
1193 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
1371 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
H A DNotification.java826 * The extras keys defined here are intended to capture the original inputs to {@link Builder}
831 public Bundle extras = new Bundle(); field in class:Notification
835 * touching the extras bundle in the system process is not safe because the bundle may contain
859 * {@link #extras} key: this is the title of the notification,
865 * {@link #extras} key: this is the title of the notification when shown in expanded form,
871 * {@link #extras} key: this is the main text payload, as supplied to
877 * {@link #extras} key: this is a third line of text, as supplied to
883 * {@link #extras} key: this is the remote input history, as supplied to
899 * {@link #extras} key: this is a small piece of additional text as supplied to
905 * {@link #extras} ke
1268 Action(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies) argument
1373 Builder(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies) argument
1393 addExtras(Bundle extras) argument
3567 addExtras(Bundle extras) argument
3586 setExtras(Bundle extras) argument
5284 addExtras(Bundle extras) argument
5298 restoreFromExtras(Bundle extras) argument
5493 addExtras(Bundle extras) argument
5506 restoreFromExtras(Bundle extras) argument
5586 addExtras(Bundle extras) argument
5596 restoreFromExtras(Bundle extras) argument
5814 addExtras(Bundle extras) argument
5832 fixTitleAndTextExtras(Bundle extras) argument
5863 restoreFromExtras(Bundle extras) argument
6300 addExtras(Bundle extras) argument
6311 restoreFromExtras(Bundle extras) argument
6514 addExtras(Bundle extras) argument
6529 restoreFromExtras(Bundle extras) argument
[all...]
H A DNotificationManager.java536 public boolean matchesCallFilter(Bundle extras) { argument
539 return service.matchesCallFilter(extras);
H A DPackageInstallObserver.java33 String msg, Bundle extras) {
35 extras);
53 * @param extras If non-null, this Bundle contains extras providing
56 * about which extras apply to various failures; in particular
63 Bundle extras) {
62 onPackageInstalled(String basePackageName, int returnCode, String msg, Bundle extras) argument
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 DRemoteInput.java90 int flags, Bundle extras, ArraySet<String> allowedDataTypes) {
95 this.mExtras = extras;
248 * <p>Values within the Bundle will replace existing extras values in this Builder.
252 public Builder addExtras(Bundle extras) { argument
253 if (extras != null) {
254 mExtras.putAll(extras);
318 Bundle extras = clipDataIntent.getExtras();
319 for (String key : extras.keySet()) {
89 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, int flags, Bundle extras, ArraySet<String> allowedDataTypes) argument
H A DSearchManager.java947 Bundle extras = am.getAssistContextExtras(ActivityManager.ASSIST_CONTEXT_BASIC);
948 if (extras != null) {
949 intent.replaceExtras(extras);
H A DVoiceInteractor.java335 * @param extras Additional optional information or null.
337 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { argument
339 mExtras = extras;
346 * @param extras Additional optional information or null.
349 public ConfirmationRequest(CharSequence prompt, Bundle extras) { argument
351 mExtras = extras;
467 * method takes ownership of the supplied extras Bundle.
469 public void setExtras(Bundle extras) { argument
470 mExtras = extras;
474 * Return any optional extras informatio
522 PickOptionRequest(@ullable Prompt prompt, Option[] options, @Nullable Bundle extras) argument
537 PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) argument
614 CompleteVoiceRequest(@ullable Prompt prompt, @Nullable Bundle extras) argument
626 CompleteVoiceRequest(CharSequence message, Bundle extras) argument
673 AbortVoiceRequest(@ullable Prompt prompt, @Nullable Bundle extras) argument
685 AbortVoiceRequest(CharSequence message, Bundle extras) argument
[all...]
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/app/admin/
H A DDeviceAdminReceiver.java477 * may contain private extras that are relevant to user setup.
878 Bundle extras = getResultExtras(true);
879 extras.putCharSequence(EXTRA_DISABLE_WARNING, res);
/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);

Completed in 357 milliseconds

1234567891011>>