HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_PICK (Results 1 - 25 of 75) sorted by null

1 2 3

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreIntentsTest.java 41 Intent intent = new Intent(Intent.ACTION_PICK);
47 Intent intent = new Intent(Intent.ACTION_PICK);
53 Intent intent = new Intent(Intent.ACTION_PICK);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContractIntentsTest.java 46 Intent intent = new Intent(Intent.ACTION_PICK);
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
SpeedPickerActivity.java 83 Intent resultIntent = new Intent(Intent.ACTION_PICK);
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
SpeedPickerActivity.java 83 Intent resultIntent = new Intent(Intent.ACTION_PICK);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 48 return new Intent(Intent.ACTION_PICK, People.CONTENT_URI);
ContactAccessorSdk5.java 51 return new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI);
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
SpeedPickerActivity.java 83 Intent resultIntent = new Intent(Intent.ACTION_PICK);
  /packages/apps/Settings/src/com/android/settings/applications/
EnterpriseDefaultApps.java 36 buildIntent(Intent.ACTION_PICK, null, null, ContactsContract.Contacts.CONTENT_TYPE)}),
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPendingIntentTest.java 69 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)};
83 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)};
239 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)};
253 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)};
256 Intent[] identicalIntents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)};
265 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)};
268 Intent[] identicalIntents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)};
368 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)};
ShadowContextWrapperTest.java 394 final Intent pick = new Intent(Intent.ACTION_PICK);
404 final Intent pick = new Intent(Intent.ACTION_PICK);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 148 new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI));
153 new Intent(Intent.ACTION_PICK, People.CONTENT_URI));
158 new Intent(Intent.ACTION_PICK, Phone.CONTENT_URI));
163 new Intent(Intent.ACTION_PICK, Phones.CONTENT_URI));
168 new Intent(Intent.ACTION_PICK, StructuredPostal.CONTENT_URI));
172 Intent intent = new Intent(Intent.ACTION_PICK);
179 new Intent(Intent.ACTION_PICK, Email.CONTENT_URI));
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CommonIntentsFacade.java 57 return mAndroidFacade.startActivityForResult(Intent.ACTION_PICK, uri, null, null, null, null);
  /packages/apps/EmergencyInfo/src/com/android/emergency/edit/
EditInfoFragment.java 79 Intent contactPickerIntent = new Intent(Intent.ACTION_PICK,
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DisallowSharingIntoProfileTest.java 63 new Intent(Intent.ACTION_PICK).setType("*/*").addCategory(
65 new Intent(Intent.ACTION_PICK).addCategory(Intent.CATEGORY_DEFAULT)));
  /developers/samples/android/ui/views/EffectiveNavigation/app/src/main/java/com/example/android/effectivenavigation/
MainActivity.java 145 Intent externalActivityIntent = new Intent(Intent.ACTION_PICK);
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
MainActivity.java 175 Intent externalActivityIntent = new Intent(Intent.ACTION_PICK);
  /frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/
ImageProcessingActivity.java 71 Intent.ACTION_PICK,
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/quickcontact/
QuickContactTestsActivity.java 81 final Intent intent = new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI);
  /packages/apps/Music/tests/src/com/android/music/functional/
TestPlaylist.java 88 intent.setAction(Intent.ACTION_PICK);
  /packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java 179 Intent intent = new Intent(Intent.ACTION_PICK);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFiltersSetter.java 172 .addAction(Intent.ACTION_PICK)
180 .addAction(Intent.ACTION_PICK)
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 446 if (Intent.ACTION_PICK.equals(action) || Intent.ACTION_GET_CONTENT.equals(action)) {
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerManager.java 104 intent.setAction(Intent.ACTION_PICK);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 214 Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 214 Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI);

Completed in 964 milliseconds

1 2 3