Searched defs:intentReceived (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsHelperRestoreTest.java | 128 Intent intentReceived = futureIntent.get(); in restoreHighTextContrastEnabled_currentlyDisabled_enableInRestoredFromVanilla_sendNotification_hctKeepsDisabled() local 288 Intent intentReceived = futureIntent.get(); in restoreAccessibilityQsTargets_broadcastSent() local 313 Intent intentReceived = futureIntent.get(); in restoreAccessibilityShortcutTargetService_broadcastSent() local 341 Intent intentReceived = futureIntent.get(); in restoreAccessibilityShortcutTargets_broadcastSent() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IntentForwarderActivity.java | 135 Intent intentReceived = getIntent(); in onCreate() local 198 Intent intentReceived, String className, Intent newIntent, int callingUserId, in buildAndExecute() 224 Intent intentReceived, String className, Intent newIntent, int callingUserId, in buildAndExecuteForPrivateProfile() 473 Intent intentReceived, ResolveInfo resolveInfo, @Nullable String message) { in maybeShowDisclosure() 494 private void launchChooserActivityWithCorrectTab(Intent intentReceived, String className) { in launchChooserActivityWithCorrectTab() 513 private void launchResolverActivityWithCorrectTab(Intent intentReceived, String className, in launchResolverActivityWithCorrectTab()
|