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

123456

/frameworks/base/core/java/android/app/
H A DIActivityManager.java421 public void reportAssistContextExtras(IBinder token, Bundle extras) throws RemoteException; argument
H A DNotification.java680 * The extras keys defined here are intended to capture the original inputs to {@link Builder}
685 public Bundle extras = new Bundle(); field in class:Notification
688 * {@link #extras} key: this is the title of the notification,
694 * {@link #extras} key: this is the title of the notification when shown in expanded form,
700 * {@link #extras} key: this is the main text payload, as supplied to
706 * {@link #extras} key: this is a third line of text, as supplied to
712 * {@link #extras} key: this is a small piece of additional text as supplied to
718 * {@link #extras} key: this is a line of summary information intended to be shown
725 * {@link #extras} key: this is the longer text shown in the big form of a
732 * {@link #extras} ke
924 Action(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs) argument
978 Builder(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs) argument
997 addExtras(Bundle extras) argument
2562 addExtras(Bundle extras) argument
2585 setExtras(Bundle extras) argument
3204 populateExtras(Bundle extras) argument
3640 addExtras(Bundle extras) argument
3653 restoreFromExtras(Bundle extras) argument
3811 addExtras(Bundle extras) argument
3824 restoreFromExtras(Bundle extras) argument
3904 addExtras(Bundle extras) argument
3914 restoreFromExtras(Bundle extras) argument
4029 addExtras(Bundle extras) argument
4040 restoreFromExtras(Bundle extras) argument
4215 addExtras(Bundle extras) argument
4230 restoreFromExtras(Bundle extras) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java154 * <li> <p><b>extras</b> -- This is a {@link Bundle} of any additional information.
680 * The extras can contain type specific data to pass through to the editing/creating
701 * extras: SHORTCUT_INTENT (value: Intent), SHORTCUT_NAME (value: String),
1078 * Optional standard extras, which may be interpreted by some recipients as
1116 * Optional standard extras, which may be interpreted by some recipients as
1424 * not be created, in particular when Intent extras are supplied through the
1660 * <p>May include the following extras:
1676 * <p>May include the following extras:
1847 * <p>Includes the following extras:
1872 * <p>Inclues the following extras
6587 putExtras(Bundle extras) argument
6614 replaceExtras(Bundle extras) argument
7156 toShortString(boolean secure, boolean comp, boolean extras, boolean clip) argument
7163 toShortString(StringBuilder b, boolean secure, boolean comp, boolean extras, boolean clip) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java4143 Bundle extras; field in class:Editor.InputContentType
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6590 int z, Bundle extras, boolean sync) {
6589 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1000 Bundle extras = new Bundle(1);
1001 extras.putInt(Intent.EXTRA_UID, res.uid);
1037 extras, null, null, firstUsers);
1040 extras.putBoolean(Intent.EXTRA_REPLACING, true);
1044 extras, null, null, updateUsers);
1048 extras, null, null, updateUsers);
1085 Bundle extras = extrasForInstallResult(res);
1087 res.returnMsg, extras);
1223 Bundle extras = null;
1226 extras
7965 sendPackageBroadcast(String action, String pkg, Bundle extras, String targetPkg, IIntentReceiver finishedReceiver, int[] userIds) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2915 String action, int x, int y, int z, Bundle extras, boolean sync) {
2929 x, y, z, extras, sync);
2914 sendWindowWallpaperCommandLocked(WindowState window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java452 public final Bundle extras; field in class:ActivityManagerService.PendingAssistExtras
461 extras = _extras;
6232 String data, Bundle extras, boolean ordered,
10453 pae.extras.putBundle(Intent.EXTRA_ASSIST_CONTEXT, pae.result);
10460 return pae.extras;
10468 Bundle extras = new Bundle();
10475 extras.putString(Intent.EXTRA_ASSIST_PACKAGE, activity.packageName);
10484 pae = new PendingAssistExtras(activity, extras, intent, hint, userHandle);
10498 public void reportAssistContextExtras(IBinder token, Bundle extras) { argument
10501 pae.result = extras;
[all...]

Completed in 1353 milliseconds

123456