Home
last modified time | relevance | path

Searched defs:compName (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/car/app/src/android/car/cts/app/
DPowerPolicyTestCommand.java115 AddListenerCommand(PowerPolicyTestClient testClient, String compName) { in AddListenerCommand()
134 RemoveListenerCommand(PowerPolicyTestClient testClient, String compName) { in RemoveListenerCommand()
153 DumpListenerCommand(PowerPolicyTestClient testClient, String compName) { in DumpListenerCommand()
DPowerPolicyTestClient.java151 public void registerPowerPolicyListener(String compName) throws Exception { in registerPowerPolicyListener()
169 public void unregisterPowerPolicyListener(String compName) throws Exception { in unregisterPowerPolicyListener()
179 public CarPowerPolicy getListenerCurrentPolicy(String compName) throws Exception { in getListenerCurrentPolicy()
DPowerPolicyListenerImpl.java35 PowerPolicyListenerImpl(PowerPolicyTestClient testClient, String compName) { in PowerPolicyListenerImpl()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java240 ComponentName compName = new ComponentName(SIMPLE_APP_PACKAGE, SIMPLE_APP_PACKAGE in testLaunchMainActivity() local
342 ComponentName compName = activity.getComponentName(); in assertActivityInjected() local
480 ComponentName compName = activity.getComponentName(); in assertInjectedActivityNotFound() local
/cts/tests/app/FgsTest/src/android/app/cts/fgstest/
DActivityManagerForegroundServiceTypeTest.java336 private void startAndStopFgsType(ComponentName compName, int type, WatchUidRunner uidWatcher) in startAndStopFgsType()
345 private int startForegroundServiceWithType(ComponentName compName, int type) throws Exception { in startForegroundServiceWithType()
374 private void stopService(ComponentName compName, WatchUidRunner uidWatcher) throws Exception { in stopService()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java730 ComponentName compName = new ComponentName(EMPTY_APP_PACKAGE_NAME, EMPTY_APP_ACTIVITY_NAME); in testEnabledSettingAfterUpdate() local