Home
last modified time | relevance | path

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

123

/cts/tests/app/ActivityManagerApi29Test/src/android/app/cts/
DSimpleActivity.java49 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity
50 super.onNewIntent(intent); in onNewIntent()
/cts/tests/fragment/src/android/fragment/cts/
DNewIntentActivity.java40 public void onNewIntent(Intent intent) { in onNewIntent() method in NewIntentActivity
41 super.onNewIntent(intent); in onNewIntent()
/cts/tests/tests/app/test-apps/TestComponentCallerApp/src/android/app/cts/testcomponentcaller/
DTestNewIntentCallerActivities.java31 public void onNewIntent(Intent intent) { in onNewIntent() method in TestNewIntentCallerActivities.TestNewIntentGetCurrentCallerActivity
46 public void onNewIntent(Intent intent, ComponentCaller caller) { in onNewIntent() method in TestNewIntentCallerActivities.TestNewIntentOverloadCallerActivity
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DLaunchingActivity.java46 protected void onNewIntent(Intent intent) { in onNewIntent() method in LaunchingActivity
47 super.onNewIntent(intent); in onNewIntent()
/cts/tests/tests/attributionsource/BlamedPermissionApp/src/android/attributionsource/cts/blamed/
DBringToForegroundActivity.kt47 override fun onNewIntent(intent: Intent?) { in onNewIntent() method in android.attributionsource.cts.blamed.BringToForegroundActivity
48 super.onNewIntent(intent) in onNewIntent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DActivities.java47 protected void onNewIntent(Intent intent) { in onNewIntent() method in Activities.RegularActivity
48 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/appsecurity/test-apps/NoRestartApp/src/com/android/cts/norestart/
DNoRestartActivity.java40 protected void onNewIntent(Intent intent) { in onNewIntent() method in NoRestartActivity
41 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleActivity.java57 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity
58 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/car/app/src/android/car/cts/app/
DPowerPolicyTestActivity.java82 protected void onNewIntent(Intent intent) { in onNewIntent() method in PowerPolicyTestActivity
83 super.onNewIntent(intent); in onNewIntent()
110 onNewIntent(getIntent()); in onCreate()
/cts/tests/app/app/src/android/app/stubs/
DSimpleActivity.java70 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity
71 super.onNewIntent(intent); in onNewIntent()
DNewDocumentTestActivity.java33 public void onNewIntent(Intent intent) { in onNewIntent() method in NewDocumentTestActivity
/cts/tests/contentcaptureservice/OutsideOfPackageActivity/src/android/contentcaptureservice/cts2/
DOutsideOfPackageActivity.java42 protected void onNewIntent(Intent intent) { in onNewIntent() method in OutsideOfPackageActivity
44 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
DApplicationRestrictionsActivity.java57 protected void onNewIntent(Intent intent) { in onNewIntent() method in ApplicationRestrictionsActivity
58 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/hdmicec/app/src/android/hdmicec/app/
DHdmiCecWakeLock.java63 public void onNewIntent(Intent intent) { in onNewIntent() method in HdmiCecWakeLock
64 super.onNewIntent(intent); in onNewIntent()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/
DCallbackTrackingActivity.java49 protected void onNewIntent(Intent intent) { in onNewIntent() method in CallbackTrackingActivity
50 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSetPolicyActivity.java49 public void onNewIntent(Intent intent) { in onNewIntent() method in SetPolicyActivity
50 super.onNewIntent(intent); in onNewIntent()
/cts/tests/framework/base/windowmanager/jetpack/SecondApp/src/android/server/wm/jetpack/second/
DSecondActivityAllowsUntrustedEmbedding.java77 protected void onNewIntent(Intent intent) { in onNewIntent() method in SecondActivityAllowsUntrustedEmbedding
78 super.onNewIntent(intent); in onNewIntent()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPresentationActivity.java44 protected void onNewIntent(Intent intent) { in onNewIntent() method in PresentationActivity
45 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskUtilityActivity.java68 protected void onNewIntent(Intent intent) { in onNewIntent() method in LockTaskUtilityActivity
69 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DDelegatedScopesReceiverActivity.java70 protected void onNewIntent(Intent intent) { in onNewIntent() method in DelegatedScopesReceiverActivity
71 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DReceiveUriActivity.java59 protected void onNewIntent(Intent intent) { in onNewIntent() method in ReceiveUriActivity
60 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
DMyActivity.java68 protected void onNewIntent(Intent intent) { in onNewIntent() method in MyActivity
69 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DSetPolicyActivity.java50 public void onNewIntent(Intent intent) { in onNewIntent() method in SetPolicyActivity
51 super.onNewIntent(intent); in onNewIntent()
/cts/tests/framework/base/windowmanager/jetpack/SignedApp/src/android/server/wm/jetpack/signed/
DSignedEmbeddingActivity.java68 protected void onNewIntent(Intent intent) { in onNewIntent() method in SignedEmbeddingActivity
69 super.onNewIntent(intent); in onNewIntent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DCarDockActivity.java44 protected void onNewIntent(Intent intent) { in onNewIntent() method in CarDockActivity

123