Searched refs:profileExists (Results 1 - 2 of 2) sorted by relevance

/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
H A DGoogleSecurityToolActivity.java56 (BackendTest.profileExists(f1) && !BackendTest.isImmunized(f1)) ||
57 (BackendTest.profileExists(f2) && !BackendTest.isImmunized(f2))) {
63 if (BackendTest.profileExists(f1) || BackendTest.profileExists(f2)) {
68 if (BackendTest.profileExists(f1) && BackendTest.isImmunized(f1)) {
72 if (BackendTest.profileExists(f2) && BackendTest.isImmunized(f2)) {
76 if (!imm1 && BackendTest.profileExists(f1)) {
84 if (!imm2 && BackendTest.profileExists(f2)) {
92 if ((!BackendTest.profileExists(f1) || imm1) &&
93 (!BackendTest.profileExists(f
[all...]
H A DBackendTest.java21 public static boolean profileExists(File f) { method in class:BackendTest

Completed in 94 milliseconds