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.java114 mExternalService = ITestExternalImsService.Stub.asInterface(service); in onServiceConnected()
444 private ITestExternalImsService mExternalService; field in ImsServiceConnector
505 mExternalService.resetState(); in connectDeviceImsService()
545 if (mExternalService != null) { in setupExternalImsService()
571 mExternalService = null; in disconnectServices()
630 return mExternalService; in getExternalService()
/cts/tests/app/src/android/app/cts/
DServiceTest.java107 private Intent mExternalService; field in ServiceTest
702 mExternalService = new Intent(); in setUp()
703mExternalService.setComponent(ComponentName.unflattenFromString(EXTERNAL_SERVICE_COMPONENT)); in setUp()
742 mContext.stopService(mExternalService); in tearDown()
1039 mContext.startService(new Intent(mExternalService).putExtras(bundle)); in testRunningServices()
1059 mContext.stopService(mExternalService); in testRunningServices()
1064 mContext.stopService(mExternalService); in testRunningServices()