/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ChooserActivityTest.java | 146 Intent sendIntent = createSendTextIntent(); in customTitleIgnoredForSendIntents() local 159 Intent sendIntent = createSendTextIntent(); in emptyTitle() local 173 Intent sendIntent = createSendTextIntentWithPreview(null, null); in emptyPreviewTitleAndThumbnail() local 188 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, null); in visiblePreviewTitleWithoutThumbnail() local 204 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleWithInvalidThumbnail() local 220 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleAndThumbnail() local 237 Intent sendIntent = createSendTextIntent(); in twoOptionsAndUserSelectsOne() local 266 Intent sendIntent = createSendTextIntent(); in updateChooserCountsAndModelAfterUserSelection() local 299 Intent sendIntent = createSendTextIntent(); in noResultsFromPackageManager() local 327 Intent sendIntent = createSendTextIntent(); in autoLaunchSingleResult() local [all …]
|
D | ResolverActivityTest.java | 77 Intent sendIntent = createSendImageIntent(); in twoOptionsAndUserSelectsOne() local 106 Intent sendIntent = createSendImageIntent(); in setMaxHeight() local 149 Intent sendIntent = createSendImageIntent(); in setShowAtTopToTrue() local 177 Intent sendIntent = createSendImageIntent(); in hasLastChosenActivity() local 207 Intent sendIntent = createSendImageIntent(); in hasOtherProfileOneOption() local 244 Intent sendIntent = createSendImageIntent(); in hasOtherProfileTwoOptionsAndUserSelectsOne() local 287 Intent sendIntent = createSendImageIntent(); in hasLastChosenActivityAndOtherProfile() local 372 Intent sendIntent = new Intent(); in createSendImageIntent() local
|
D | ResolverListControllerTest.java | 89 Intent sendIntent = createSendImageIntent(annotation); in reportChooserSelection() local 135 Intent sendIntent = new Intent(); in createSendImageIntent() local
|
D | IntentForwarderActivityTest.java | 220 Intent sendIntent = new Intent(Intent.ACTION_SEND); in forwardToManagedProfile_canForward_chooserIntent() local
|
/frameworks/base/core/java/android/content/ |
D | IntentSender.java | 155 public void sendIntent(Context context, int code, Intent intent, in sendIntent() method in IntentSender 186 public void sendIntent(Context context, int code, Intent intent, in sendIntent() method in IntentSender
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | IntentTile.java | 106 private void sendIntent(String type, PendingIntent pi, String uri) { in sendIntent() method in IntentTile
|
/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/ |
D | GeofenceManager.java | 401 private void sendIntent(PendingIntent pendingIntent, Intent intent) { in sendIntent() method in GeofenceManager
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 875 private static Intent buildWarningIntent(Context context, Intent sendIntent) { in buildWarningIntent() 970 final Intent sendIntent = buildSendIntent(mContext, info); in shareBugreport() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 6006 private void sendIntent(PendingIntent pendingIntent, Intent intent) { in sendIntent() method in ConnectivityService
|