Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DTelecomManagerTest.java43 private static final Uri TEST_EMERGENCY_URI = Uri.fromParts("tel", TEST_EMERGENCY_NUMBER, null); field in TelecomManagerTest
DBaseTelecomTestWithMockServices.java108 public static final Uri TEST_EMERGENCY_URI = Uri.fromParts("tel", TEST_EMERGENCY_NUMBER, null); field in BaseTelecomTestWithMockServices
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java70 protected static final Uri TEST_EMERGENCY_URI = field in ImsCallingBase