HomeSort by relevance Sort by last modified time
    Searched refs:handleIntent (Results 1 - 15 of 15) sorted by null

  /cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
ApplicationRestrictionsActivity.java 42 handleIntent(getIntent());
48 handleIntent(intent);
51 private void handleIntent(Intent intent) {
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DelegatedScopesReceiverActivity.java 54 handleIntent(intent);
62 handleIntent(getIntent());
68 handleIntent(intent);
86 private void handleIntent(Intent intent) {
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskUtilityActivity.java 40 handleIntent(intent);
47 handleIntent(getIntent());
68 private void handleIntent(Intent intent) {
SetPolicyActivity.java 43 handleIntent(getIntent());
50 handleIntent(intent);
61 private void handleIntent(Intent intent) {
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 43 handleIntent(getIntent());
49 handleIntent(intent);
57 private void handleIntent(Intent intent) {
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 43 handleIntent(getIntent());
49 handleIntent(intent);
57 private void handleIntent(Intent intent) {
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
MainActivity.java 43 handleIntent(getIntent());
49 handleIntent(intent);
57 private void handleIntent(Intent intent) {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
SetPolicyActivity.java 47 handleIntent(getIntent());
54 handleIntent(intent);
65 private void handleIntent(Intent intent) {
  /developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/
MainActivity.kt 61 intent?.let(::handleIntent)
68 handleIntent(intent)
72 private fun handleIntent(intent: Intent) {
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SetPolicyActivity.java 54 handleIntent(getIntent());
61 handleIntent(intent);
72 private void handleIntent(Intent intent) {
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 57 handleIntent(getIntent());
66 handleIntent(intent);
69 private void handleIntent(Intent intent) {
  /developers/samples/android/content/SharingShortcuts/Application/src/main/java/com/example/android/sharingshortcuts/
SendMessageActivity.java 61 boolean handled = handleIntent(getIntent());
103 private boolean handleIntent(Intent intent) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
IntentServiceController.java 73 final IntentServiceController<T> intentServiceController = handleIntent();
83 public IntentServiceController<T> handleIntent() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 142 if (intent != null) handleIntent(intent);
197 private void handleIntent(Intent intent) {
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptManager.java 144 handleIntent(getIntent());
149 handleIntent(intent);
196 private void handleIntent(Intent intent) {

Completed in 1100 milliseconds