Home
last modified time | relevance | path

Searched refs:handleIntent (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DDelegatedScopesReceiverActivity.java58 handleIntent(intent);
66 handleIntent(getIntent()); in onCreate()
72 handleIntent(intent); in onNewIntent()
89 private void handleIntent(Intent intent) { in handleIntent() method in DelegatedScopesReceiverActivity
/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
DApplicationRestrictionsActivity.java50 handleIntent(getIntent()); in onCreate()
56 handleIntent(intent); in onNewIntent()
59 private void handleIntent(Intent intent) { in handleIntent() method in ApplicationRestrictionsActivity
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSetPolicyActivity.java44 handleIntent(getIntent()); in onCreate()
51 handleIntent(intent); in onNewIntent()
54 private void handleIntent(Intent intent) { in handleIntent() method in SetPolicyActivity
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskUtilityActivity.java70 handleIntent(intent); in onNewIntent()
77 handleIntent(getIntent()); in onCreate()
100 private void handleIntent(Intent intent) { in handleIntent() method in LockTaskUtilityActivity
DSetPolicyActivity.java57 handleIntent(getIntent()); in onCreate()
64 handleIntent(intent); in onNewIntent()
67 private void handleIntent(Intent intent) { in handleIntent() method in SetPolicyActivity
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DSetPolicyActivity.java45 handleIntent(getIntent()); in onCreate()
52 handleIntent(intent); in onNewIntent()
55 private void handleIntent(Intent intent) { in handleIntent() method in SetPolicyActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertiserService.java142 if (intent != null) handleIntent(intent); in onStartCommand()
197 private void handleIntent(Intent intent) { in handleIntent() method in BleAdvertiserService
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java118 handleIntent(getIntent()); in onCreate()
128 private void handleIntent(Intent intent) { in handleIntent() method in TestActivity