Home
last modified time | relevance | path

Searched refs:mExternalService (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java120 mExternalService = ITestExternalImsService.Stub.asInterface(service); in onServiceConnected()
126 mExternalService = null; in onServiceDisconnected()
487 private ITestExternalImsService mExternalService; field in ImsServiceConnector
565 mExternalService.resetState(); in connectDeviceImsService()
567 mExternalService.addCapabilities(capabilities); in connectDeviceImsService()
619 if (mExternalService != null) { in setupExternalImsService()
648 mExternalService = null; in removeLocalExternalServiceConnection()
717 return mExternalService; in getExternalService()
/cts/tests/app/src/android/app/cts/
DServiceTest.java125 private Intent mExternalService; field in ServiceTest
734 mExternalService = new Intent(); in setUp()
736mExternalService.setComponent(ComponentName.unflattenFromString(EXTERNAL_SERVICE_COMPONENT)); in setUp()
778 mContext.stopService(mExternalService); in tearDown()
1113 mContext.startService(new Intent(mExternalService).putExtras(bundle)); in testRunningServices()
1133 mContext.stopService(mExternalService); in testRunningServices()
1138 mContext.stopService(mExternalService); in testRunningServices()