Home
last modified time | relevance | path

Searched refs:appName (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/permission/src/android/permission/cts/
DDebuggableTest.java43 String appName = app.packageName; in testNoDebuggable() local
45 debuggableApps.add(appName); in testNoDebuggable()
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleDeveloperOptionHostTest.java72 private void installApp(String appName) throws Exception { in installApp() argument
76 installPackage(appName); in installApp()
/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java317 private void launchBackgroundService(String appName, String Api) throws Exception { in launchBackgroundService() argument
320 getDevice().executeAdbCommand("shell", "cmd", "deviceidle", "tempwhitelist", appName); in launchBackgroundService()
324 "--es", "API", Api, appName); in launchBackgroundService()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java246 String appName = wms.getFocusedApp(); in waitForAppFocus() local
247 if (appName != null) { in waitForAppFocus()
248 ComponentName comp = ComponentName.unflattenFromString(appName); in waitForAppFocus()
255 + waitForApp + ", last was " + appName); in waitForAppFocus()
257 Log.i(TAG, "Waiting for app focus, current: " + appName); in waitForAppFocus()