Home
last modified time | relevance | path

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

/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java158 File dumpsysPackage = new File(SIGNATURE_TEST_PACKAGES, packageName + ".txt"); in lookupActiveIntents() local
159 if (!dumpsysPackage.exists() || dumpsysPackage.length() == 0) { in lookupActiveIntents()
160 throw new RuntimeException("Missing package info: " + dumpsysPackage.getAbsolutePath()); in lookupActiveIntents()
164 new InputStreamReader(new FileInputStream(dumpsysPackage)))) { in lookupActiveIntents()