/cts/tests/app/ActivityManagerApi29Test/src/android/app/cts/ |
D | SimpleActivity.java | 49 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity 50 super.onNewIntent(intent); in onNewIntent()
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | NewIntentActivity.java | 40 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/ |
D | TestNewIntentCallerActivities.java | 31 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/ |
D | LaunchingActivity.java | 46 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/ |
D | BringToForegroundActivity.kt | 47 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/ |
D | Activities.java | 47 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/ |
D | NoRestartActivity.java | 40 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/ |
D | SimpleActivity.java | 57 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/ |
D | PowerPolicyTestActivity.java | 82 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/ |
D | SimpleActivity.java | 70 protected void onNewIntent(Intent intent) { in onNewIntent() method in SimpleActivity 71 super.onNewIntent(intent); in onNewIntent()
|
D | NewDocumentTestActivity.java | 33 public void onNewIntent(Intent intent) { in onNewIntent() method in NewDocumentTestActivity
|
/cts/tests/contentcaptureservice/OutsideOfPackageActivity/src/android/contentcaptureservice/cts2/ |
D | OutsideOfPackageActivity.java | 42 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/ |
D | ApplicationRestrictionsActivity.java | 57 protected void onNewIntent(Intent intent) { in onNewIntent() method in ApplicationRestrictionsActivity 58 super.onNewIntent(intent); in onNewIntent()
|
/cts/hostsidetests/hdmicec/app/src/android/hdmicec/app/ |
D | HdmiCecWakeLock.java | 63 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/ |
D | CallbackTrackingActivity.java | 49 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/ |
D | SetPolicyActivity.java | 49 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/ |
D | SecondActivityAllowsUntrustedEmbedding.java | 77 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/ |
D | PresentationActivity.java | 44 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/ |
D | LockTaskUtilityActivity.java | 68 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/ |
D | DelegatedScopesReceiverActivity.java | 70 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/ |
D | ReceiveUriActivity.java | 59 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/ |
D | MyActivity.java | 68 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/ |
D | SetPolicyActivity.java | 50 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/ |
D | SignedEmbeddingActivity.java | 68 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/ |
D | CarDockActivity.java | 44 protected void onNewIntent(Intent intent) { in onNewIntent() method in CarDockActivity
|