Searched defs:compName (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/car/app/src/android/car/cts/app/ |
D | PowerPolicyTestCommand.java | 115 AddListenerCommand(PowerPolicyTestClient testClient, String compName) { in AddListenerCommand() 134 RemoveListenerCommand(PowerPolicyTestClient testClient, String compName) { in RemoveListenerCommand() 153 DumpListenerCommand(PowerPolicyTestClient testClient, String compName) { in DumpListenerCommand()
|
D | PowerPolicyTestClient.java | 151 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()
|
D | PowerPolicyListenerImpl.java | 35 PowerPolicyListenerImpl(PowerPolicyTestClient testClient, String compName) { in PowerPolicyListenerImpl()
|
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/ |
D | LauncherAppsTests.java | 240 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/ |
D | ActivityManagerForegroundServiceTypeTest.java | 336 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/ |
D | PackageManagerTest.java | 730 ComponentName compName = new ComponentName(EMPTY_APP_PACKAGE_NAME, EMPTY_APP_ACTIVITY_NAME); in testEnabledSettingAfterUpdate() local
|