Searched refs:appName (Results 1 – 2 of 2) sorted by relevance
40 String appName = app.packageName; in testNoDebuggable() local42 debuggableApps.add(appName); in testNoDebuggable()
219 String appName = wms.getFocusedApp(); in waitForAppFocus() local220 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()