Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DDebuggableTest.java40 String appName = app.packageName; in testNoDebuggable() local
42 debuggableApps.add(appName); in testNoDebuggable()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java219 String appName = wms.getFocusedApp(); in waitForAppFocus() local
220 if (appName != null) { in waitForAppFocus()
221 ComponentName comp = ComponentName.unflattenFromString(appName); in waitForAppFocus()
228 + waitForApp + ", last was " + appName); in waitForAppFocus()
230 Log.i(TAG, "Waiting for app focus, current: " + appName); in waitForAppFocus()