Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/appDisplaySize/src/android/server/am/displaysize/
DSmallestWidthActivity.java29 protected void onNewIntent(final Intent intent) { in onNewIntent() method in SmallestWidthActivity
30 super.onNewIntent(intent); in onNewIntent()
/cts/tests/framework/base/activitymanager/app_base/src/android/server/am/
DLaunchingActivity.java38 protected void onNewIntent(Intent intent) { in onNewIntent() method in LaunchingActivity
39 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/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
DApplicationRestrictionsActivity.java46 protected void onNewIntent(Intent intent) { in onNewIntent() method in ApplicationRestrictionsActivity
47 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleActivity.java52 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity
53 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/DeviceOwner/src/com/android/cts/deviceowner/
DLockTaskUtilityActivity.java38 protected void onNewIntent(Intent intent) { in onNewIntent() method in LockTaskUtilityActivity
39 super.onNewIntent(intent); in onNewIntent()
DSetPolicyActivity.java48 public void onNewIntent(Intent intent) { in onNewIntent() method in SetPolicyActivity
49 super.onNewIntent(intent); in onNewIntent()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DDelegatedScopesReceiverActivity.java66 protected void onNewIntent(Intent intent) { in onNewIntent() method in DelegatedScopesReceiverActivity
67 super.onNewIntent(intent); in onNewIntent()
/cts/tests/app/app/src/android/app/stubs/
DNewDocumentTestActivity.java33 public void onNewIntent(Intent intent) { in onNewIntent() method in NewDocumentTestActivity
DClearTop.java39 public void onNewIntent(Intent intent) { in onNewIntent() method in ClearTop
DInstrumentationTestActivity.java102 protected void onNewIntent(Intent intent) { in onNewIntent() method in InstrumentationTestActivity
103 super.onNewIntent(intent); in onNewIntent()
/cts/tests/framework/base/activitymanager/src/android/server/am/lifecycle/
DActivityLifecycleClientTestBase.java194 protected void onNewIntent(Intent intent) { in onNewIntent() method in ActivityLifecycleClientTestBase.CallbackTrackingActivity
195 super.onNewIntent(intent); in onNewIntent()
242 protected void onNewIntent(Intent intent) { in onNewIntent() method in ActivityLifecycleClientTestBase.SingleTopActivity
243 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/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DSetPolicyActivity.java52 public void onNewIntent(Intent intent) { in onNewIntent() method in SetPolicyActivity
53 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
/cts/tests/tests/os/src/android/os/cts/
DClearTop.java39 public void onNewIntent(Intent intent) { in onNewIntent() method in ClearTop
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSetPolicyActivity.java59 public void onNewIntent(Intent intent) { in onNewIntent() method in SetPolicyActivity
60 super.onNewIntent(intent); in onNewIntent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNdefPushReceiverActivity.java87 protected void onNewIntent(Intent intent) { in onNewIntent() method in NdefPushReceiverActivity
88 super.onNewIntent(intent); in onNewIntent()
DTagVerifierActivity.java151 protected void onNewIntent(Intent intent) { in onNewIntent() method in TagVerifierActivity
/cts/hostsidetests/backup/SharedPreferencesRestoreApp/src/android/cts/backup/sharedprefrestoreapp/
DSharedPrefsRestoreTestActivity.java61 protected void onNewIntent(Intent intent) { in onNewIntent() method in SharedPrefsRestoreTestActivity
/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DVirtualDisplayActivity.java99 protected void onNewIntent(Intent intent) { in onNewIntent() method in VirtualDisplayActivity
100 super.onNewIntent(intent); in onNewIntent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DAppLinkTestActivity.java95 protected void onNewIntent(Intent intent) { in onNewIntent() method in AppLinkTestActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestActivity.java153 protected void onNewIntent(Intent intent) { in onNewIntent() method in ByodFlowTestActivity
155 super.onNewIntent(intent); in onNewIntent()