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.java94 mExternalService = ITestExternalImsService.Stub.asInterface(service); in onServiceConnected()
355 private ITestExternalImsService mExternalService; field in ImsServiceConnector
397 mExternalService.resetState(); in connectDeviceImsService()
429 if (mExternalService != null) { in setupExternalImsService()
455 mExternalService = null; in disconnectServices()
477 return mExternalService; in getExternalService()
/cts/tests/app/src/android/app/cts/
DServiceTest.java100 private Intent mExternalService; field in ServiceTest
695 mExternalService = new Intent(); in setUp()
696mExternalService.setComponent(ComponentName.unflattenFromString(EXTERNAL_SERVICE_COMPONENT)); in setUp()
732 mContext.stopService(mExternalService); in tearDown()
1022 mContext.startService(new Intent(mExternalService).putExtras(bundle)); in testRunningServices()
1042 mContext.stopService(mExternalService); in testRunningServices()
1047 mContext.stopService(mExternalService); in testRunningServices()