Home
last modified time | relevance | path

Searched refs:getAction (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DConfigUpdateIntentsTest.java86 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
90 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
94 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
98 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
102 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
106 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
110 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
114 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
118 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
122 assertEquals(configUpdateIntent.getAction(), in testConfigUpdateReceiversIntent()
[all …]
DMmsReceiver.java38 Log.i(TAG, "onReceive intent action " + intent.getAction()); in onReceive()
39 switch (intent.getAction()) { in onReceive()
DSmsReceiver.java33 Log.i(TAG, "onReceive intent action " + intent.getAction()); in onReceive()
34 switch (intent.getAction()) { in onReceive()
/cts/tests/tests/os/src/android/os/cts/
DTestedScreen.java40 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) { in onCreate()
46 } else if (DELIVER_RESULT.equals(getIntent().getAction())) { in onCreate()
49 } else if (CLEAR_TASK.equals(getIntent().getAction())) { in onCreate()
64 if (CLEAR_TASK.equals(getIntent().getAction())) { in onResume()
94 if (CLEAR_TASK.equals(getIntent().getAction())) {
106 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction())) { in queueIdle()
109 } else if (CLEAR_TASK.equals(getIntent().getAction())) { in queueIdle()
/cts/tests/app/app/src/android/app/stubs/
DTestedScreen.java40 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) { in onCreate()
46 } else if (DELIVER_RESULT.equals(getIntent().getAction())) { in onCreate()
49 } else if (CLEAR_TASK.equals(getIntent().getAction())) { in onCreate()
64 if (CLEAR_TASK.equals(getIntent().getAction())) { in onResume()
94 if (CLEAR_TASK.equals(getIntent().getAction())) {
106 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction())) { in queueIdle()
109 } else if (CLEAR_TASK.equals(getIntent().getAction())) { in queueIdle()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWipeDataReceiver.java42 if (ACTION_WIPE_DATA.equals(intent.getAction())) { in onReceive()
44 } else if (ACTION_WIPE_DATA_WITH_REASON.equals(intent.getAction())) { in onReceive()
46 } else if (ACTION_WIPE_DATA_WITHOUT_REASON.equals(intent.getAction())) { in onReceive()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBlockChangeReceiver.java36 if (ACTION_NOTIFICATION_CHANNEL_GROUP_BLOCK_STATE_CHANGED.equals(intent.getAction())) { in onReceive()
41 } else if (ACTION_NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED.equals(intent.getAction())) { in onReceive()
45 } else if (ACTION_APP_BLOCK_STATE_CHANGED.equals(intent.getAction())) { in onReceive()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLocationTestActivity.java62 switch (getIntent().getAction()) { in getTestId()
95 switch (getIntent().getAction()) { in getInstructions()
110 switch (getIntent().getAction()) { in getCheckerIntentAction()
123 switch (getIntent().getAction()) { in locationExpected()
/cts/tests/credentials/src/android/credentials/cts/unittests/selection/
DAuthenticationEntryTest.java67 assertThat(entry.getFrameworkExtrasIntent().getAction()).isEqualTo( in testConstructor()
68 FRAMEWORK_EXTRAS_INTENT.getAction()); in testConstructor()
82 assertThat(entry2.getFrameworkExtrasIntent().getAction()).isEqualTo( in testWriteToParcel()
83 entry1.getFrameworkExtrasIntent().getAction()); in testWriteToParcel()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DWipeDataReceiver.java42 Log.i(TAG, "WipeDataReceiver received " + intent.getAction()); in onReceive()
43 if (ACTION_WIPE_DATA.equals(intent.getAction())) { in onReceive()
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DWipeDataReceiver.java42 Log.i(TAG, "WipeDataReceiver received " + intent.getAction()); in onReceive()
43 if (ACTION_WIPE_DATA.equals(intent.getAction())) { in onReceive()
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DUnsuspendReceiver.java31 switch (intent.getAction()) { in onReceive()
45 Log.w(TAG, "Unknown action " + intent.getAction()); in onReceive()
/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestTileService.java198 if (intent.getAction().equals(SHOW_DIALOG)) {
200 } else if (intent.getAction().equals(START_ACTIVITY)) {
202 } else if (intent.getAction().equals(START_ACTIVITY_WITH_PENDING_INTENT)) {
204 } else if (intent.getAction().equals(SET_PENDING_INTENT)) {
206 } else if (intent.getAction().equals(SET_NULL_PENDING_INTENT)) {
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockPhoneAccountChangedReceiver.java40 if (TelecomManager.ACTION_PHONE_ACCOUNT_REGISTERED.equals(intent.getAction())) { in onReceive()
44 intent.getAction())) { in onReceive()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextTraversalTest.java142 && event.getAction() == in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
172 && event.getAction() == in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
202 && event.getAction() == in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
236 && event.getAction() == in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
266 && event.getAction() == in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
296 && event.getAction() == in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
358 && event.getAction() == in testActionNextAndPreviousAtGranularityWordOverContentDescription()
388 && event.getAction() == in testActionNextAndPreviousAtGranularityWordOverContentDescription()
418 && event.getAction() == in testActionNextAndPreviousAtGranularityWordOverContentDescription()
452 && event.getAction() == in testActionNextAndPreviousAtGranularityWordOverContentDescription()
[all …]
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DDelegatedScopesReceiverActivity.java56 Log.d(TAG, "Received intent " + intent.getAction() + " on UID " + Process.myUid());
57 if (ACTION_APPLICATION_DELEGATION_SCOPES_CHANGED.equals(intent.getAction())) {
95 if (ACTION_APPLICATION_DELEGATION_SCOPES_CHANGED.equals(intent.getAction())) { in handleIntent()
/cts/tests/suspendapps/test-apps/TestDeviceAdmin/src/com/android/suspendapps/testdeviceadmin/
DTestCommsReceiver.java47 Log.d(TAG, "Received request " + intent.getAction()); in onReceive()
56 switch (intent.getAction()) { in onReceive()
69 + " for request: " + intent.getAction()); in onReceive()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualKeyEventTest.java47 assertWithMessage("Recreated event has different action").that(originalEvent.getAction()) in parcelAndUnparcel_matches()
48 .isEqualTo(recreatedEvent.getAction()); in parcelAndUnparcel_matches()
93 assertWithMessage("Incorrect action").that(event.getAction()).isEqualTo( in keyEvent_valid_created()
DVirtualMouseButtonEventTest.java46 assertWithMessage("Recreated event has different action").that(originalEvent.getAction()) in parcelAndUnparcel_matches()
47 .isEqualTo(recreatedEvent.getAction()); in parcelAndUnparcel_matches()
92 assertWithMessage("Incorrect action").that(event.getAction()).isEqualTo( in buttonEvent_valid_created()
DVirtualStylusButtonEventTest.java57 assertWithMessage("Recreated event has different action").that(originalEvent.getAction()) in parcelAndUnparcel_matches()
58 .isEqualTo(recreatedEvent.getAction()); in parcelAndUnparcel_matches()
103 assertWithMessage("Incorrect action").that(event.getAction()).isEqualTo( in stylusButtonEvent_valid_created()
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java63 if (ACTION_POST.equals(intent.getAction())) { in onReceive()
77 } else if (ACTION_CANCEL.equals(intent.getAction())) { in onReceive()
89 } else if (ACTION_RESET_SETUP_NOTIFICATION.equals(intent.getAction())) { in onReceive()
92 } else if (ACTION_INLINE_REPLY.equals(intent.getAction())) { in onReceive()
96 Log.i(TAG, "received unexpected action: " + intent.getAction()); in onReceive()
/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp36 jmethodID getAction; member
47 jmethodID getAction; member
55 jint action = env->CallIntMethod(obj, gMotionEventMethodIds.getAction); in nativeMotionEventTest()
125 jint action = env->CallIntMethod(obj, gKeyEventMethodIds.getAction); in nativeKeyEventTest()
176 gMotionEventMethodIds.getAction = env->GetMethodID(clazz, "getAction", "()I"); in register_android_view_cts_AMotionEventNativeTest()
191 gKeyEventMethodIds.getAction = env->GetMethodID(clazz, "getAction", "()I"); in register_android_view_cts_AKeyEventNativeTest()
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService3.java67 if (ACTION_START_THEN_FG.equals(intent.getAction())) { in onStartCommand()
87 } else if (ACTION_STOP_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
89 } else if (ACTION_STOP_SERVICE.equals(intent.getAction())) { in onStartCommand()
/cts/hostsidetests/media/app/common/src/android/media/cts/app/common/
DPlaceholderSelfScanMediaRoute2ProviderService.java66 sOnBindCallback.get().accept(intent.getAction()); in onBind()
72 sOnUnbindCallback.get().accept(intent.getAction()); in onUnbind()
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DZenModeBroadcastReceiver.java32 if (intent.getAction() == null || in onReceive()
37 if (intent.getAction().equals(ACTION_INTERRUPTION_FILTER_CHANGED) && in onReceive()

12345678910>>...18