Searched refs:PERSISTENT_MASK (Results 1 – 3 of 3) sorted by relevance
75 private static final int PERSISTENT_MASK = ApplicationInfo.FLAG_PERSISTENT field in RollbackPackageHealthObserver248 return (info.flags & PERSISTENT_MASK) == PERSISTENT_MASK; in isPersistentSystemApp()
155 private static final int PERSISTENT_MASK = ApplicationInfo.FLAG_PERSISTENT field in RescueParty952 return (info.flags & PERSISTENT_MASK) == PERSISTENT_MASK; in isPersistentSystemApp()
54 import static com.android.server.am.ActivityManagerService.PERSISTENT_MASK;3418 && (info.flags & PERSISTENT_MASK) == PERSISTENT_MASK