HomeSort by relevance Sort by last modified time
    Searched refs:getAction (Results 1 - 25 of 572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
LegalizerInfoTest.cpp 65 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(8)}}),
67 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(16)}}),
69 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(32)}}),
71 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(64)}}),
75 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(128)}}),
78 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(1)}}),
80 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(31)}}),
82 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(33)}}),
84 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(63)}}),
86 ASSERT_EQ(L.getAction({opcode, {LLT::scalar(65)}})
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
WipeDataReceiver.java 42 if (ACTION_WIPE_DATA.equals(intent.getAction())) {
44 } else if (ACTION_WIPE_DATA_WITH_REASON.equals(intent.getAction())) {
46 } else if (ACTION_WIPE_DATA_WITHOUT_REASON.equals(intent.getAction())) {
LockProfileReceiver.java 36 if (ACTION_LOCK_PROFILE.equals(intent.getAction())) {
  /cts/tests/tests/net/api23Test/src/android/net/cts/api23test/
ConnectivityReceiver.java 59 Log.i("ConnectivityReceiver", "Received: " + intent.getAction());
60 if (ConnectivityManager.CONNECTIVITY_ACTION.equals(intent.getAction())) {
62 } else if (FINAL_ACTION.equals(intent.getAction())) {
  /cts/tests/tests/net/appForApi23/src/android/net/cts/appForApi23/
ConnectivityReceiver.java 31 if (ConnectivityManager.CONNECTIVITY_ACTION.equals(intent.getAction())) {
37 if (GET_WIFI_CONNECTIVITY_ACTION_COUNT.equals(intent.getAction())) {
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ExampleIntentReceivingActivity1.java 29 if (getIntent().getAction().equals(PersistentIntentResolvingTest.EXAMPLE_ACTION)) {
ExampleIntentReceivingActivity2.java 29 if (getIntent().getAction().equals(PersistentIntentResolvingTest.EXAMPLE_ACTION)) {
  /cts/tests/tests/content/src/android/content/cts/
ResultReceiver.java 33 mReceivedBroadCast = MOCK_ACTION.equals(intent.getAction());
  /cts/tests/app/app/src/android/app/stubs/
TestedScreen.java 40 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) {
46 } else if (DELIVER_RESULT.equals(getIntent().getAction())) {
49 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
64 if (CLEAR_TASK.equals(getIntent().getAction())) {
94 if (CLEAR_TASK.equals(getIntent().getAction())) {
106 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction())) {
109 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
  /cts/tests/tests/os/src/android/os/cts/
TestedScreen.java 40 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) {
46 } else if (DELIVER_RESULT.equals(getIntent().getAction())) {
49 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
64 if (CLEAR_TASK.equals(getIntent().getAction())) {
94 if (CLEAR_TASK.equals(getIntent().getAction())) {
106 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction())) {
109 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
EmptyService.java 36 if (IEmptyService.class.getName().equals(intent.getAction())) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockPhoneAccountChangedReceiver.java 40 if (TelecomManager.ACTION_PHONE_ACCOUNT_REGISTERED.equals(intent.getAction())) {
44 intent.getAction())) {
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
MyReceiver.java 34 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
38 } else if (ACTION_PIN_REQUEST_ACCEPTED.equals(intent.getAction())) {
  /cts/tests/tests/telephony/current/src/android/telephony/cts/
SmsReceiver.java 27 if (intent != null && intent.getAction().equals(Telephony.Sms.Intents.SMS_DELIVER_ACTION)) {
  /developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
MyReceiver.java 29 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
MyReceiver.java 29 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
MyReceiver.java 29 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/service/
RespondService.java 41 TelephonyManager.ACTION_RESPOND_VIA_MESSAGE.equals(intent.getAction())) {
  /external/setupcompat/main/java/com/google/android/setupcompat/internal/
LayoutBindBackHelper.java 34 bundle.putString("intentAction", activity.getIntent().getAction());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
BlockChangeReceiver.java 20 if (ACTION_NOTIFICATION_CHANNEL_GROUP_BLOCK_STATE_CHANGED.equals(intent.getAction())) {
25 } else if (ACTION_NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED.equals(intent.getAction())) {
29 } else if (ACTION_APP_BLOCK_STATE_CHANGED.equals(intent.getAction())) {
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 41 if (intent.getAction().equals(ACTION_EXAMPLE)) {
54 } else if (intent.getAction().equals(ACTION_ENABLE_MESSAGES)) {
56 } else if (intent.getAction().equals(ACTION_DISABLE_MESSAGES)) {
  /developers/samples/android/deprecated/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 41 if (intent.getAction().equals(ACTION_EXAMPLE)) {
54 } else if (intent.getAction().equals(ACTION_ENABLE_MESSAGES)) {
56 } else if (intent.getAction().equals(ACTION_DISABLE_MESSAGES)) {
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationIntentReceiver.java 41 if (intent.getAction().equals(ACTION_EXAMPLE)) {
54 } else if (intent.getAction().equals(ACTION_ENABLE_MESSAGES)) {
56 } else if (intent.getAction().equals(ACTION_DISABLE_MESSAGES)) {
  /cts/hostsidetests/backup/SuccessNotificationApp/src/android/cts/backup/successnotificationapp/
SuccessNotificationReceiver.java 29 if (!BACKUP_FINISHED_ACTION.equals(intent.getAction())) {
  /cts/hostsidetests/shortcuts/deviceside/backup/launcher4old/src/android/content/pm/cts/shortcut/backup/launcher4/
MainActivity.java 29 if (LauncherApps.ACTION_CONFIRM_PIN_SHORTCUT.equals(getIntent().getAction())) {

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>