HomeSort by relevance Sort by last modified time
    Searched full:profileexists (Results 1 - 2 of 2) sorted by null

  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
GoogleSecurityToolActivity.java 56 (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(f2) || imm2) &
    [all...]
BackendTest.java 21 public static boolean profileExists(File f) {

Completed in 41 milliseconds