/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
D | MainActivity.java | 94 protected void onNewIntent(Intent intent) { in onNewIntent() method in MainActivity 95 super.onNewIntent(intent); in onNewIntent() 97 activePeer.onNewIntent(intent); in onNewIntent()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | SafetyCenterQsActivity.java | 46 protected void onNewIntent(Intent intent) { in onNewIntent() method in SafetyCenterQsActivity 47 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/ |
D | SettingsPanelActivityTest.java | 188 mSettingsPanelActivity.onNewIntent(mSettingsPanelActivity.getIntent()); in onNewIntent_panelIsNotCreating_shouldUpdatePanel() 197 mSettingsPanelActivity.onNewIntent(mSettingsPanelActivity.getIntent()); in onNewIntent_panelIsCreating_shouldNotUpdatePanel() 207 mSettingsPanelActivity.onNewIntent(mSettingsPanelActivity.getIntent()); in onNewIntent_panelIsShowingTheSameAction_shouldNotUpdatePanel() 224 mSettingsPanelActivity.onNewIntent(mSettingsPanelActivity.getIntent()); in notInNightMode_lightNavigationBarAppearance()
|
/packages/apps/Settings/src/com/android/settings/ |
D | ActionDisabledByAppOpsDialog.java | 54 public void onNewIntent(Intent intent) { in onNewIntent() method in ActionDisabledByAppOpsDialog 55 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/ |
D | ClusterHomeActivity.java | 55 protected void onNewIntent(Intent intent) { in onNewIntent() method in ClusterHomeActivity 56 super.onNewIntent(intent); in onNewIntent()
|
D | FakeFreeNavigationActivity.java | 49 protected void onNewIntent(Intent intent) { in onNewIntent() method in FakeFreeNavigationActivity 50 super.onNewIntent(intent); in onNewIntent()
|
/packages/services/Mtp/tests/src/com/android/mtp/ |
D | TestResultActivity.java | 59 protected void onNewIntent(Intent intent) { in onNewIntent() method in TestResultActivity 60 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
D | FakeFreeNavigationActivity.java | 48 protected void onNewIntent(Intent intent) { in onNewIntent() method in FakeFreeNavigationActivity 49 super.onNewIntent(intent); in onNewIntent()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/ |
D | FakeClusterNavigationActivity.java | 50 protected void onNewIntent(Intent intent) { in onNewIntent() method in FakeClusterNavigationActivity 51 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ |
D | LauncherIntentTest.java | 44 executeOnLauncher(launcher -> launcher.onNewIntent(allAppsIntent)); in testAllAppsIntent() 52 executeOnLauncher(launcher -> launcher.onNewIntent(allAppsIntent)); in testAllAppsIntent()
|
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/ |
D | MyActivity.java | 68 protected void onNewIntent(Intent intent) { in onNewIntent() method in MyActivity 69 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
D | ActionDisabledByAdminDialog.java | 50 public void onNewIntent(Intent intent) { in onNewIntent() method in ActionDisabledByAdminDialog 51 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
D | DvrPlaybackActivity.java | 63 protected void onNewIntent(Intent intent) { in onNewIntent() method in DvrPlaybackActivity 65 mOverlayFragment.onNewIntent(createProgramIntent(intent)); in onNewIntent()
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | ActionDisabledByAdminDialog.java | 47 public void onNewIntent(Intent intent) { in onNewIntent() method in ActionDisabledByAdminDialog 48 super.onNewIntent(intent); in onNewIntent()
|
/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/src/com/android/tests/sandbox/fledge/ |
D | SimpleActivity.java | 56 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity 57 super.onNewIntent(intent); in onNewIntent()
|
/packages/modules/AdServices/adservices/tests/cts/sandbox/topics/src/com/android/tests/sandbox/topics/ |
D | SimpleActivity.java | 56 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity 57 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/ |
D | TvNotificationPanelActivity.java | 89 public void onNewIntent(Intent intent) { in onNewIntent() method in TvNotificationPanelActivity 90 super.onNewIntent(intent); in onNewIntent()
|
/packages/modules/AdServices/adservices/tests/cts/sandbox/appsetid/src/com/android/tests/sandbox/appsetid/ |
D | SimpleActivity.java | 56 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity 57 super.onNewIntent(intent); in onNewIntent()
|
/packages/modules/AdServices/adservices/tests/cts/sandbox/adid/src/com/android/tests/sandbox/adid/ |
D | SimpleActivity.java | 56 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity 57 super.onNewIntent(intent); in onNewIntent()
|
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/ |
D | SimpleActivityBase.java | 57 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivityBase 58 super.onNewIntent(intent); in onNewIntent()
|
/packages/modules/AdServices/adservices/tests/cts/sandbox/measurement/src/com/android/tests/sandbox/measurement/ |
D | SimpleActivity.java | 55 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity 56 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | QuickActivity.java | 98 protected final void onNewIntent(Intent intent) { in onNewIntent() method in QuickActivity 102 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/ |
D | VideoPlayerActivity.java | 90 protected void onNewIntent(@Nullable Intent intent) { in onNewIntent() method in VideoPlayerActivity 91 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | ChannelPanelActivity.java | 64 protected void onNewIntent(Intent intent) { in onNewIntent() method in ChannelPanelActivity 65 super.onNewIntent(intent); in onNewIntent()
|
/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/ |
D | AddAppNetworksActivity.java | 81 protected void onNewIntent(Intent intent) { in onNewIntent() method in AddAppNetworksActivity 82 super.onNewIntent(intent); in onNewIntent()
|