HomeSort by relevance Sort by last modified time
    Searched defs:extras (Results 26 - 50 of 674) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ModifyInstallerPackageTest.java 45 final Bundle extras = new Bundle(); local
46 extras.putParcelable(Intent.EXTRA_INTENT, intent);
47 getContext().getContentResolver().call(UtilsProvider.URI, "", "", extras);
  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
BroadcastReceiverActivity.java 63 final Bundle extras = intent.getExtras(); local
64 Log.i(TAG, "onReceive: extras=" + extras);
66 if (extras == null) {
69 if (extras.getBoolean(EXTRA_FINISH_BROADCAST)) {
72 if (extras.getBoolean(EXTRA_MOVE_BROADCAST_TO_BACK)) {
75 if (extras.containsKey(EXTRA_BROADCAST_ORIENTATION)) {
76 setRequestedOrientation(extras.getInt(EXTRA_BROADCAST_ORIENTATION));
78 if (extras.getBoolean(EXTRA_DISMISS_KEYGUARD)) {
81 if (extras.getBoolean(EXTRA_DISMISS_KEYGUARD_METHOD))
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
OutgoingCallTest.java 58 final Bundle extras = new Bundle(); local
59 extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_SPEAKERPHONE, true);
60 placeAndVerifyCall(extras);
70 final Bundle extras = new Bundle(); local
71 extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_SPEAKERPHONE, false);
72 placeAndVerifyCall(extras);
  /frameworks/base/test-runner/src/android/test/
SyncBaseInstrumentation.java 54 Bundle extras = new Bundle(); local
55 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
58 ContentResolver.requestSync(account, authority, extras);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DemoProvider.java 58 Bundle extras = c.getExtras(); local
59 extras.putString(
71 Bundle extras = c.getExtras(); local
75 extras.putString(DocumentsContract.EXTRA_INFO, MSG_INFO);
84 extras.putString(DocumentsContract.EXTRA_ERROR, MSG_ERROR);
88 extras.putString(DocumentsContract.EXTRA_INFO, MSG_INFO);
89 extras.putString(DocumentsContract.EXTRA_ERROR, MSG_ERROR_AND_INFO);
PagingProvider.java 69 Bundle extras = c.getExtras(); local
94 extras.putInt(ContentResolver.EXTRA_TOTAL_COUNT, recordsetSize);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipIncomingCallReceiver.java 68 Bundle extras = new Bundle(); local
69 extras.putParcelable(SipUtil.EXTRA_INCOMING_CALL_INTENT, intent);
73 tm.addNewIncomingCall(accountHandle, extras);
  /cts/hostsidetests/shortcuts/deviceside/backup/launcher4old/src/android/content/pm/cts/shortcut/backup/launcher4/
MainActivity.java 32 final PersistableBundle extras = request.getShortcutInfo().getExtras(); local
33 if (extras != null && extras.getBoolean("acceptit")) {
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerSurfaceTest.java 37 Bundle extras = new Bundle(); local
39 MediaPlayerSurfaceStubActivity.class, extras);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java 18 Bundle extras = getIntent().getExtras(); local
19 if (extras != null) {
22 mThemeId = extras.getInt("theme");
34 if (extras != null) {
36 int category = extras.getInt("category");
37 int position = extras.getInt("position");
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
CarHelper.java 23 // Use these extras to reserve space for the corresponding actions, even when they are disabled
37 public static void setSlotReservationFlags(Bundle extras, boolean reservePlayingQueueSlot,
40 extras.putBoolean(SLOT_RESERVATION_QUEUE, true);
42 extras.remove(SLOT_RESERVATION_QUEUE);
45 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_PREV, true);
47 extras.remove(SLOT_RESERVATION_SKIP_TO_PREV);
50 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_NEXT, true);
52 extras.remove(SLOT_RESERVATION_SKIP_TO_NEXT);
  /external/libxml2/doc/examples/
index.py 16 extras = ['examples.xsl', 'index.html', 'index.py'] variable
220 extras.append(file)
222 extras.append(file)
256 extras.sort()
259 for extra in extras:
  /external/python/futures/
setup.py 12 extras = {} variable
15 extras['zip_safe'] = False
41 **extras
  /frameworks/base/cmds/incident_helper/src/parsers/
SystemPropertiesParser.cpp 49 vector<pair<string, string>> extras; local
203 extras.push_back(make_pair(name, value));
209 for (auto it = extras.begin(); it != extras.end(); it++) {
  /frameworks/base/core/java/android/nfc/tech/
NfcB.java 65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B); local
66 mAppData = extras.getByteArray(EXTRA_APPDATA);
67 mProtInfo = extras.getByteArray(EXTRA_PROTINFO);
NfcBarcode.java 65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_BARCODE); local
66 if (extras != null) {
67 mType = extras.getInt(EXTRA_BARCODE_TYPE);
69 throw new NullPointerException("NfcBarcode tech extras are null.");
NfcV.java 66 Bundle extras = tag.getTechExtras(TagTechnology.NFC_V); local
67 mRespFlags = extras.getByte(EXTRA_RESP_FLAGS);
68 mDsfId = extras.getByte(EXTRA_DSFID);
  /frameworks/base/packages/StatementService/src/com/android/statementservice/
IntentFilterVerificationReceiver.java 94 Bundle extras = new Bundle(); local
95 extras.putString(DirectStatementService.EXTRA_RELATION, HANDLE_ALL_URLS_RELATION);
116 extras.putStringArrayList(DirectStatementService.EXTRA_SOURCE_ASSET_DESCRIPTORS,
124 extras.putString(DirectStatementService.EXTRA_TARGET_ASSET_DESCRIPTOR,
131 extras.putParcelable(DirectStatementService.EXTRA_RESULT_RECEIVER,
138 serviceIntent.putExtras(extras);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationBigPictureTemplateViewWrapper.java 45 final Bundle extras = notification.getNotification().extras; local
46 Icon overRiddenIcon = extras.getParcelable(Notification.EXTRA_LARGE_ICON_BIG);
  /frameworks/support/compat/src/main/java/androidx/core/view/inputmethod/
EditorInfoCompat.java 92 if (editorInfo.extras == null) {
93 editorInfo.extras = new Bundle();
95 editorInfo.extras.putStringArray(CONTENT_MIME_TYPES_KEY, contentMimeTypes);
115 if (editorInfo.extras == null) {
118 String[] result = editorInfo.extras.getStringArray(CONTENT_MIME_TYPES_KEY);
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
ClientBroadcastReceiver.java 75 Bundle extras = intent.getExtras(); local
79 (MediaSessionCompat.Token) extras.getParcelable(KEY_SESSION_TOKEN));
84 int method = extras.getInt(KEY_METHOD_ID, 0);
86 if (ACTION_CALL_MEDIA_CONTROLLER_METHOD.equals(intent.getAction()) && extras != null) {
90 arguments = extras.getBundle(KEY_ARGUMENT);
93 arguments.getBundle("extras"),
98 (MediaDescriptionCompat) extras.getParcelable(KEY_ARGUMENT));
101 arguments = extras.getBundle(KEY_ARGUMENT);
108 (MediaDescriptionCompat) extras.getParcelable(KEY_ARGUMENT));
111 controller.setVolumeTo(extras.getInt(KEY_ARGUMENT), 0)
    [all...]
  /frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
ClientBroadcastReceiver.java 75 Bundle extras = intent.getExtras(); local
79 (MediaSessionCompat.Token) extras.getParcelable(KEY_SESSION_TOKEN));
84 int method = extras.getInt(KEY_METHOD_ID, 0);
86 if (ACTION_CALL_MEDIA_CONTROLLER_METHOD.equals(intent.getAction()) && extras != null) {
90 arguments = extras.getBundle(KEY_ARGUMENT);
93 arguments.getBundle("extras"),
98 (MediaDescriptionCompat) extras.getParcelable(KEY_ARGUMENT));
101 arguments = extras.getBundle(KEY_ARGUMENT);
108 (MediaDescriptionCompat) extras.getParcelable(KEY_ARGUMENT));
111 controller.setVolumeTo(extras.getInt(KEY_ARGUMENT), 0)
    [all...]
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/utils/
CarHelper.java 24 // Use these extras to reserve space for the corresponding actions, even when they are disabled
38 public static void setSlotReservationFlags(Bundle extras, boolean reservePlayingQueueSlot,
41 extras.putBoolean(SLOT_RESERVATION_QUEUE, true);
43 extras.remove(SLOT_RESERVATION_QUEUE);
46 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_PREV, true);
48 extras.remove(SLOT_RESERVATION_SKIP_TO_PREV);
51 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_NEXT, true);
53 extras.remove(SLOT_RESERVATION_SKIP_TO_NEXT);
  /packages/apps/Contacts/src/com/android/contacts/activities/
RequestDesiredPermissionsActivity.java 54 final Bundle extras = activity.getIntent().getExtras(); local
55 if (extras != null && extras.getBoolean(EXTRA_STARTED_PERMISSIONS_ACTIVITY, false)) {
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorSimCallManager.java 100 @NonNull Bundle extras) {
103 Assert.isNotNull(extras);
105 Assert.isNotNull(extras);
109 extras = new Bundle(extras);
110 extras.putAll(createSimulatorConnectionExtras(callType));
113 outgoingCallExtras.putBundle(TelecomManager.EXTRA_OUTGOING_CALL_EXTRAS, extras);
130 return extras.getString(EXTRA_CONNECTION_TAG);
144 @NonNull Bundle extras) {
148 Assert.isNotNull(extras);
246 Bundle extras = new Bundle(); local
    [all...]

Completed in 825 milliseconds

12 3 4 5 6 7 8 91011>>