Home
last modified time | relevance | path

Searched refs:testComponentName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
DCloseShadeRightAfterClickTestB339290820.kt65 customTileSpec = TileSpec.create(testComponentName) in <lambda>()
75 testableContext.addMockService(testComponentName, iQSTileService.asBinder()) in setUp()
107 private val testComponentName = ComponentName("pkg", "srv") constant
115 override val component: ComponentName = testComponentName
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DDomainSelectionControllerTest.java333 private ServiceConnection bindService(ComponentName testComponentName) { in bindService() argument
336 assertTrue(mTestController.bind(testComponentName)); in bindService()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DITelecomService.aidl388 void setSystemDialer(in ComponentName testComponentName); in setSystemDialer() argument