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

  /packages/apps/Dialer/tests/src/com/android/dialer/util/
TestConstants.java 6 public static final String CALL_INTENT_ACTION = Intent.ACTION_CALL;
  /packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 176 assertEquals(TestConstants.CALL_INTENT_ACTION, intent.getAction());
194 assertEquals(TestConstants.CALL_INTENT_ACTION, intent.getAction());
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogFragmentTest.java 327 assertEquals(TestConstants.CALL_INTENT_ACTION, intent.getAction());
389 assertEquals(TestConstants.CALL_INTENT_ACTION, callIntent.getAction());

Completed in 111 milliseconds