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

<<11121314

/frameworks/base/core/java/android/app/
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 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
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java485 public void onStatusChanged(String provider, int status, Bundle extras) {
506 public void onStatusChanged(String provider, int status, Bundle extras) {
H A DInputMethodManagerService.java1286 Bundle extras = new Bundle();
1287 extras.putBoolean(Notification.EXTRA_ALLOW_DURING_SETUP, true);
1293 .addExtras(extras)
/frameworks/base/core/java/android/widget/
H A DTextView.java1299 Log.w(LOG_TAG, "Failure reading input extras", e);
1301 Log.w(LOG_TAG, "Failure reading input extras", e);
5995 * {@link EditorInfo#extras TextBoxAttribute.extras}
5998 * {@link android.R.styleable#InputExtras &lt;input-extras&gt;} XML tree.
6001 * @see EditorInfo#extras
6008 mEditor.mInputContentType.extras = new Bundle();
6009 getResources().parseBundleExtras(parser, mEditor.mInputContentType.extras);
6013 * Retrieve the input extras currently associated with the text view, which
6016 * @param create If true, the extras wil
[all...]
H A DEditor.java3372 // Key of intent extras for inserting new word into user dictionary.
5783 Bundle extras; field in class:Editor.InputContentType
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java737 public final Bundle extras; field in class:ActivityManagerService.PendingAssistExtras
751 extras = _extras;
7187 String data, Bundle extras, boolean ordered,
7489 // We're going to be splicing together extras before sending, so we're
7490 // okay poking into any contained extras.
12935 return pae.extras;
13035 Bundle extras = new Bundle();
13037 extras.putAll(args);
13039 extras.putString(Intent.EXTRA_ASSIST_PACKAGE, activity.packageName);
13040 extras
13093 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1694 CharSequence[] oldHistory = sbn.getNotification().extras
2194 entry.notification.getNotification().extras
6349 if (n.extras != null && n.extras.containsKey("android.wearable.EXTENSIONS") &&
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java134 Bundle extras) {
135 Log.d(TAG, "onPackageInstalled: code=" + returnCode + ", msg=" + msg + ", extras="
136 + extras);
133 onPackageInstalled(String basePackageName, int returnCode, String msg, Bundle extras) argument
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java237 public Bundle call(String method, String arg, Bundle extras) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java6649 SparseArray<Map<String, String>> extras = new SparseArray<>();
6650 if (!mWifiNative.migrateNetworksFromSupplicant(configs, extras)) {
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java1308 noti.extras.getString(Notification.EXTRA_TITLE));
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java7545 int z, Bundle extras, boolean sync) {
7544 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument

Completed in 519 milliseconds

<<11121314