Home
last modified time | relevance | path

Searched defs:TEST_EMERGENCY_URI (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DTelecomManagerTest.java31 private static final Uri TEST_EMERGENCY_URI = Uri.fromParts("tel", TEST_EMERGENCY_NUMBER, null); field in TelecomManagerTest
DBaseTelecomTestWithMockServices.java84 public static final Uri TEST_EMERGENCY_URI = Uri.fromParts("tel", TEST_EMERGENCY_NUMBER, null); field in BaseTelecomTestWithMockServices