Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java92 Intent sendIntent = createSendImageIntent(); in twoOptionsAndUserSelectsOne() local
123 Intent sendIntent = createSendImageIntent(); in setMaxHeight() local
167 Intent sendIntent = createSendImageIntent(); in setShowAtTopToTrue() local
198 Intent sendIntent = createSendImageIntent(); in hasLastChosenActivity() local
237 Intent sendIntent = createSendImageIntent(); in hasOtherProfileOneOption() local
267 Intent sendIntent = createSendImageIntent(); in hasOtherProfileTwoOptionsAndUserSelectsOne() local
311 Intent sendIntent = createSendImageIntent(); in hasLastChosenActivityAndOtherProfile() local
397 Intent sendIntent = createSendImageIntent(); in testWorkTab_displayedWhenWorkProfileUserAvailable() local
410 Intent sendIntent = createSendImageIntent(); in testWorkTab_hiddenWhenWorkProfileUserNotAvailable() local
427 Intent sendIntent = createSendImageIntent(); in testWorkTab_workTabListPopulatedBeforeGoingToTab() local
[all …]
DChooserActivityTest.java183 Intent sendIntent = createSendTextIntent(); in customTitleIgnoredForSendIntents() local
196 Intent sendIntent = createSendTextIntent(); in emptyTitle() local
210 Intent sendIntent = createSendTextIntentWithPreview(null, null); in emptyPreviewTitleAndThumbnail() local
225 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, null); in visiblePreviewTitleWithoutThumbnail() local
241 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleWithInvalidThumbnail() local
257 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleAndThumbnail() local
274 Intent sendIntent = createSendTextIntent(); in twoOptionsAndUserSelectsOne() local
303 Intent sendIntent = createSendTextIntent(); in fourOptionsStackedIntoOneTarget() local
356 Intent sendIntent = createSendTextIntent(); in updateChooserCountsAndModelAfterUserSelection() local
390 Intent sendIntent = createSendTextIntent(); in noResultsFromPackageManager() local
[all …]
DResolverListControllerTest.java93 Intent sendIntent = createSendImageIntent(annotation); in reportChooserSelection() local
129 Intent sendIntent = createSendImageIntent(annotation); in topKEqualsToSort() local
167 Intent sendIntent = new Intent(); in createSendImageIntent() local
DIntentForwarderActivityTest.java230 Intent sendIntent = new Intent(Intent.ACTION_SEND); in launchInSameProfile_chooserIntent() local
/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpActivity.java66 final Intent sendIntent = new Intent(); in onCreate() local
DBugreportProgressService.java1086 private static Intent buildWarningIntent(Context context, Intent sendIntent) { in buildWarningIntent()
1189 final Intent sendIntent = buildSendIntent(mContext, info); in shareBugreport() local
/frameworks/base/core/java/android/content/
DIntentSender.java159 public void sendIntent(Context context, int code, Intent intent, in sendIntent() method in IntentSender
190 public void sendIntent(Context context, int code, Intent intent, in sendIntent() method in IntentSender
/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