Searched refs:FLAG_FORWARD_LOCK (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/java/com/android/server/pm/
H A DGrantedPermissions.java48 | ApplicationInfo.FLAG_FORWARD_LOCK
H A DSettings.java2890 ApplicationInfo.FLAG_FORWARD_LOCK, "FORWARD_LOCK",
H A DPackageManagerService.java9084 return (pkg.applicationInfo.flags & ApplicationInfo.FLAG_FORWARD_LOCK) != 0;
9089 return (ps.pkgFlags & ApplicationInfo.FLAG_FORWARD_LOCK) != 0;
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java333 public static final int FLAG_FORWARD_LOCK = 1<<29; field in class:ApplicationInfo
H A DPackageParser.java1011 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_FORWARD_LOCK;
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java419 (info.flags & ApplicationInfo.FLAG_FORWARD_LOCK) != 0);
435 assertFalse((info.flags & ApplicationInfo.FLAG_FORWARD_LOCK) != 0);
462 (info.flags & ApplicationInfo.FLAG_FORWARD_LOCK) != 0);
465 (info.flags & ApplicationInfo.FLAG_FORWARD_LOCK) != 0);
471 // ((info.flags & ApplicationInfo.FLAG_FORWARD_LOCK) != 0)
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java2922 && ((app.flags & ApplicationInfo.FLAG_FORWARD_LOCK) == 0)

Completed in 171 milliseconds