Searched refs:PERSISTENT_MASK (Results 1 – 2 of 2) sorted by relevance
38 import static com.android.server.am.ActivityManagerService.PERSISTENT_MASK;2357 && (info.flags & PERSISTENT_MASK) == PERSISTENT_MASK) { in newProcessRecordLocked()
496 static final int PERSISTENT_MASK = field in ActivityManagerService7807 if ((info.flags & PERSISTENT_MASK) == PERSISTENT_MASK) { in addAppLocked()