Searched refs:loadBytes (Results 1 – 2 of 2) sorted by relevance
71 private static final byte[] TEST_APP_BYTES = loadBytes(TEST_APP_APK_FILE);86 private static byte[] loadBytes(File file) { in loadBytes() method in PackagesTest
264 return install(user, loadBytes(apkFile)); in install()324 private static byte[] loadBytes(File file) { in loadBytes() method in Packages