Home
last modified time | relevance | path

Searched refs:onNewIntent (Results 1 – 25 of 73) sorted by relevance

123

/packages/apps/Dialer/java/com/android/dialer/main/impl/
DMainActivity.java94 protected void onNewIntent(Intent intent) { in onNewIntent() method in MainActivity
95 super.onNewIntent(intent); in onNewIntent()
97 activePeer.onNewIntent(intent); in onNewIntent()
/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DSettingsPanelActivityTest.java159 mSettingsPanelActivity.onNewIntent(mSettingsPanelActivity.getIntent()); in onNewIntent_panelIsNotCreating_shouldUpdatePanel()
168 mSettingsPanelActivity.onNewIntent(mSettingsPanelActivity.getIntent()); in onNewIntent_panelIsCreating_shouldNotUpdatePanel()
178 mSettingsPanelActivity.onNewIntent(mSettingsPanelActivity.getIntent()); in onNewIntent_panelIsShowingTheSameAction_shouldNotUpdatePanel()
/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
DClusterHomeActivity.java46 protected void onNewIntent(Intent intent) { in onNewIntent() method in ClusterHomeActivity
47 super.onNewIntent(intent); in onNewIntent()
DFakeFreeNavigationActivity.java49 protected void onNewIntent(Intent intent) { in onNewIntent() method in FakeFreeNavigationActivity
50 super.onNewIntent(intent); in onNewIntent()
/packages/services/Mtp/tests/src/com/android/mtp/
DTestResultActivity.java59 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/
DFakeFreeNavigationActivity.java48 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/
DFakeClusterNavigationActivity.java50 protected void onNewIntent(Intent intent) { in onNewIntent() method in FakeClusterNavigationActivity
51 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
DAddAppNetworksActivity.java67 protected void onNewIntent(Intent intent) { in onNewIntent() method in AddAppNetworksActivity
68 super.onNewIntent(intent); in onNewIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DActionDisabledByAdminDialog.java50 public void onNewIntent(Intent intent) { in onNewIntent() method in ActionDisabledByAdminDialog
51 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Settings/src/com/android/settings/enterprise/
DActionDisabledByAdminDialog.java47 public void onNewIntent(Intent intent) { in onNewIntent() method in ActionDisabledByAdminDialog
48 super.onNewIntent(intent); in onNewIntent()
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackActivity.java63 protected void onNewIntent(Intent intent) { in onNewIntent() method in DvrPlaybackActivity
65 mOverlayFragment.onNewIntent(createProgramIntent(intent)); in onNewIntent()
/packages/apps/Settings/src/com/android/settings/notification/app/
DChannelPanelActivity.java61 protected void onNewIntent(Intent intent) { in onNewIntent() method in ChannelPanelActivity
62 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Camera2/src/com/android/camera/util/
DQuickActivity.java98 protected final void onNewIntent(Intent intent) { in onNewIntent() method in QuickActivity
102 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Settings/src/com/android/settings/panel/
DSettingsPanelActivity.java78 protected void onNewIntent(Intent intent) { in onNewIntent() method in SettingsPanelActivity
79 super.onNewIntent(intent); in onNewIntent()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
DVideoPlayerActivity.java90 protected void onNewIntent(@Nullable Intent intent) { in onNewIntent() method in VideoPlayerActivity
91 super.onNewIntent(intent); in onNewIntent()
DMovieDetailsActivity.java69 protected void onNewIntent(@Nullable Intent intent) { in onNewIntent() method in MovieDetailsActivity
70 super.onNewIntent(intent); in onNewIntent()
DOtherDetailsActivity.java73 protected void onNewIntent(@Nullable Intent intent) { in onNewIntent() method in OtherDetailsActivity
74 super.onNewIntent(intent); in onNewIntent()
DGenreDetailsActivity.java76 protected void onNewIntent(@Nullable Intent intent) { in onNewIntent() method in GenreDetailsActivity
77 super.onNewIntent(intent); in onNewIntent()
DAlbumDetailsActivity.java75 protected void onNewIntent(@Nullable Intent intent) { in onNewIntent() method in AlbumDetailsActivity
76 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Dialer/java/com/android/dialer/rtt/
DRttTranscriptActivity.java101 protected void onNewIntent(Intent intent) { in onNewIntent() method in RttTranscriptActivity
102 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallActivity.java97 protected void onNewIntent(Intent i) { in onNewIntent() method in InCallActivity
98 super.onNewIntent(i); in onNewIntent()
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeDialerActivity.java89 protected void onNewIntent(Intent intent) { in onNewIntent() method in CarModeDialerActivity
90 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Settings/src/com/android/settings/sim/
DSimDialogActivity.java66 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimDialogActivity
67 super.onNewIntent(intent); in onNewIntent()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbHostManagementActivity.java201 public void onNewIntent(Intent intent) { in onNewIntent() method in UsbHostManagementActivity
202 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Stk/src/com/android/stk/
DStkLauncherActivity.java79 protected void onNewIntent(Intent intent) { in onNewIntent() method in StkLauncherActivity
80 super.onNewIntent(intent); in onNewIntent()

123