Home
last modified time | relevance | path

Searched defs:sendIntent (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java94 Intent sendIntent = createSendImageIntent(); in twoOptionsAndUserSelectsOne() local
126 Intent sendIntent = createSendImageIntent(); in setMaxHeight() local
171 Intent sendIntent = createSendImageIntent(); in setShowAtTopToTrue() local
203 Intent sendIntent = createSendImageIntent(); in hasLastChosenActivity() local
243 Intent sendIntent = createSendImageIntent(); in hasOtherProfileOneOption() local
273 Intent sendIntent = createSendImageIntent(); in hasOtherProfileTwoOptionsAndUserSelectsOne() local
318 Intent sendIntent = createSendImageIntent(); in hasLastChosenActivityAndOtherProfile() local
405 Intent sendIntent = createSendImageIntent(); in testWorkTab_displayedWhenWorkProfileUserAvailable() local
418 Intent sendIntent = createSendImageIntent(); in testWorkTab_hiddenWhenWorkProfileUserNotAvailable() local
435 Intent sendIntent = createSendImageIntent(); in testWorkTab_workTabListPopulatedBeforeGoingToTab() local
[all …]
DChooserActivityTest.java285 Intent sendIntent = createSendTextIntent(); in customTitleIgnoredForSendIntents() local
306 Intent sendIntent = createSendTextIntent(); in emptyTitle() local
327 Intent sendIntent = createSendTextIntentWithPreview(null, null); in emptyPreviewTitleAndThumbnail() local
351 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, null); in visiblePreviewTitleWithoutThumbnail() local
377 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleWithInvalidThumbnail() local
401 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleAndThumbnail() local
426 Intent sendIntent = createSendTextIntent(); in twoOptionsAndUserSelectsOne() local
462 Intent sendIntent = createSendTextIntent(); in fourOptionsStackedIntoOneTarget() local
522 Intent sendIntent = createSendTextIntent(); in updateChooserCountsAndModelAfterUserSelection() local
570 Intent sendIntent = createSendTextIntent(); in noResultsFromPackageManager() local
[all …]
DResolverListControllerTest.java99 Intent sendIntent = createSendImageIntent(annotation); in reportChooserSelection() local
133 Intent sendIntent = createSendImageIntent(annotation); in topKEqualsToSort() local
265 Intent sendIntent = new Intent(); in createSendImageIntent() local
276 Intent sendIntent = new Intent(); in createActionMainIntent() local
DResolverActivityWorkProfileTest.java335 Intent sendIntent = new Intent(); in createSendImageIntent() local
343 Intent sendIntent = createSendImageIntent(); in launchActivity() local
DChooserActivityWorkProfileTest.java357 Intent sendIntent = new Intent(); in createTextIntent() local
367 Intent sendIntent = createTextIntent(isSendAction); in launchActivity() local
DIntentForwarderActivityTest.java229 Intent sendIntent = new Intent(Intent.ACTION_SEND); in launchInSameProfile_chooserIntent() local
/frameworks/base/core/java/android/content/
DIntentSender.java160 public void sendIntent(Context context, int code, Intent intent, in sendIntent() method in IntentSender
191 public void sendIntent(Context context, int code, Intent intent, in sendIntent() method in IntentSender
226 public void sendIntent(Context context, int code, Intent intent, in sendIntent() method in IntentSender
/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpActivity.java66 final Intent sendIntent = new Intent(); in onCreate() local
DBugreportProgressService.java1156 private static Intent buildWarningIntent(Context context, @Nullable Intent sendIntent) { in buildWarningIntent()
1280 final Intent sendIntent = buildSendIntent(mContext, info); in shareBugreport() local
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
DCertPinInstallReceiverTest.java185 private void sendIntent(String contentPath, String version, String required, String sig) { in sendIntent() method in CertPinInstallReceiverTest
/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceManager.java198 private void sendIntent(PendingIntent pendingIntent, boolean entering) { in sendIntent() method in GeofenceManager.GeofenceRegistration