Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java146 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 …]
DResolverActivityTest.java77 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
DResolverListControllerTest.java89 Intent sendIntent = createSendImageIntent(annotation); in reportChooserSelection() local
135 Intent sendIntent = new Intent(); in createSendImageIntent() local
DIntentForwarderActivityTest.java220 Intent sendIntent = new Intent(Intent.ACTION_SEND); in forwardToManagedProfile_canForward_chooserIntent() local
/frameworks/base/core/java/android/content/
DIntentSender.java155 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/
DIntentTile.java106 private void sendIntent(String type, PendingIntent pi, String uri) { in sendIntent() method in IntentTile
/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/
DGeofenceManager.java401 private void sendIntent(PendingIntent pendingIntent, Intent intent) { in sendIntent() method in GeofenceManager
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java875 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/
DConnectivityService.java6006 private void sendIntent(PendingIntent pendingIntent, Intent intent) { in sendIntent() method in ConnectivityService