Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTestUtils.java823 String currentLine = null; in wipeNonSystemApps() local
824 while ((currentLine = outputReader.readLine()) != null) { in wipeNonSystemApps()
826 if (currentLine.contains("/system/")) { in wipeNonSystemApps()
829 String packageName = currentLine.substring(currentLine.indexOf('=') + 1); in wipeNonSystemApps()