Home
last modified time | relevance | path

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

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