/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverActivityTest.java | 94 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 …]
|
D | ChooserActivityTest.java | 285 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 …]
|
D | ResolverListControllerTest.java | 99 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
|
D | ResolverActivityWorkProfileTest.java | 335 Intent sendIntent = new Intent(); in createSendImageIntent() local 343 Intent sendIntent = createSendImageIntent(); in launchActivity() local
|
D | ChooserActivityWorkProfileTest.java | 357 Intent sendIntent = new Intent(); in createTextIntent() local 367 Intent sendIntent = createTextIntent(isSendAction); in launchActivity() local
|
D | IntentForwarderActivityTest.java | 229 Intent sendIntent = new Intent(Intent.ACTION_SEND); in launchInSameProfile_chooserIntent() local
|
/frameworks/base/core/java/android/content/ |
D | IntentSender.java | 160 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/ |
D | HeapDumpActivity.java | 66 final Intent sendIntent = new Intent(); in onCreate() local
|
D | BugreportProgressService.java | 1156 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/ |
D | CertPinInstallReceiverTest.java | 185 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/ |
D | GeofenceManager.java | 198 private void sendIntent(PendingIntent pendingIntent, boolean entering) { in sendIntent() method in GeofenceManager.GeofenceRegistration
|