Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DNonUiInCallServiceWoExportTest.java62 ICtsNonUiInCallServiceWoExportControl mControlInterface; field in NonUiInCallServiceWoExportTest
107 boolean hasBound = mControlInterface.waitForBindRequest(); in testTelecomCanBindToNonUiInCallServiceThatIsNotExported()
152 mControlInterface = result.poll(TestUtils.WAIT_FOR_STATE_CHANGE_TIMEOUT_MS, in setUpControlForBindingInterface()
158 mControlInterface.kill(); in cleanUpInterfaceAndService()
/cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/
DCallScreeningServiceControl.java44 private final IBinder mControlInterface = field in CallScreeningServiceControl
117 return mControlInterface; in onBind()
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsGroupCallService.java133 private final IBinder mControlInterface = new ICtsGroupCallMiddlewareControl.Stub() { field in CtsGroupCallService
196 return mControlInterface; in onBind()
DCtsStreamingService.java184 private final IBinder mControlInterface = new ICtsStreamingMiddlewareControl.Stub() { field in CtsStreamingService
240 return mControlInterface; in onBind()
DCtsDownloadService.java333 private final IBinder mControlInterface = new ICtsDownloadMiddlewareControl.Stub() { field in CtsDownloadService
500 return mControlInterface; in onBind()