Searched refs:intentReceived (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IntentForwarderActivity.java | 125 Intent intentReceived = getIntent(); in onCreate() local 126 String className = intentReceived.getComponent().getClassName(); in onCreate() 157 if (Intent.ACTION_CHOOSER.equals(intentReceived.getAction())) { in onCreate() 158 launchChooserActivityWithCorrectTab(intentReceived, className); in onCreate() 163 final Intent newIntent = canForward(intentReceived, getUserId(), targetUserId, in onCreate() 167 Slog.wtf(TAG, "the intent: " + intentReceived + " cannot be forwarded from user " in onCreate() 178 buildAndExecuteForPrivateProfile(intentReceived, className, newIntent, callingUserId, in onCreate() 181 buildAndExecute(targetResolveInfoFuture, intentReceived, className, newIntent, in onCreate() 188 Intent intentReceived, String className, Intent newIntent, int callingUserId, in buildAndExecute() argument 193 launchResolverActivityWithCorrectTab(intentReceived, className, newIntent, in buildAndExecute() [all …]
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsHelperRestoreTest.java | 205 Intent intentReceived = futureIntent.get(); in restoreAccessibilityQsTargets_broadcastSent() local 206 assertThat(intentReceived.getStringExtra(Intent.EXTRA_SETTING_NEW_VALUE)) in restoreAccessibilityQsTargets_broadcastSent() 208 assertThat(intentReceived.getIntExtra( in restoreAccessibilityQsTargets_broadcastSent() 233 Intent intentReceived = futureIntent.get(); in restoreAccessibilityShortcutTargetService_broadcastSent() local 234 assertThat(intentReceived.getStringExtra(Intent.EXTRA_SETTING_NEW_VALUE)) in restoreAccessibilityShortcutTargetService_broadcastSent() 236 assertThat(intentReceived.getIntExtra( in restoreAccessibilityShortcutTargetService_broadcastSent()
|