Home
last modified time | relevance | path

Searched refs:INCALL_COMPONENT (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java54 protected static final String INCALL_COMPONENT = field in DomainSelectionCallingBase
324 InstrumentationRegistry.getInstrumentation(), INCALL_COMPONENT); in setupForEmergencyCalling() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java72 protected static final String INCALL_COMPONENT = field in ImsCallingBase
615 InstrumentationRegistry.getInstrumentation(), INCALL_COMPONENT); in setupForEmergencyCalling() local
DDomainSelectionCrossSimRedialingTestOnMockModem.java152 InstrumentationRegistry.getInstrumentation(), INCALL_COMPONENT); in beforeAllTests() local
DEmergencyCallDomainSelectionTestOnMockModem.java181 InstrumentationRegistry.getInstrumentation(), INCALL_COMPONENT); in beforeAllTests() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java79 public static final String INCALL_COMPONENT = "android.telecom.cts/.MockInCallService"; field in TestUtils
478 return executeShellCommand(instrumentation, COMMAND_SET_SYSTEM_DIALER + INCALL_COMPONENT); in setSystemDialerOverride()