Searched refs:dumpsysPackage (Results 1 – 1 of 1) sorted by relevance
158 File dumpsysPackage = new File(SIGNATURE_TEST_PACKAGES, packageName + ".txt"); in lookupActiveIntents() local159 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()