Searched refs:isPreInstalled (Results 1 – 13 of 13) sorted by relevance
100 public boolean isPreInstalled() { in isPreInstalled() method in AppInstallMetadata269 public Builder setIsPreInstalled(boolean isPreInstalled) { in setIsPreInstalled() argument270 this.mIsPreInstalled = isPreInstalled; in setIsPreInstalled()
96 public static IntegrityFormula isPreInstalled() { in isPreInstalled() method in IntegrityFormula.Application
661 return appInstallMetadata.isPreInstalled(); in getBooleanMetadataValue()
103 inline val isPreInstalled: Boolean
1142 if (permission.isPreInstalled && packageState.isSystem) {
139 IntegrityFormula formula = IntegrityFormula.Application.isPreInstalled(); in createIsTrueFormula_preInstalled()
405 String isPreInstalled = "1"; in testBinaryString_validAtomicFormula_booleanValue_noIndexing() local411 + isPreInstalled in testBinaryString_validAtomicFormula_booleanValue_noIndexing()
282 public boolean isPreInstalled() { in isPreInstalled() method in Permission
3506 if (!allowed && bp.isPreInstalled() && pkgSetting.isSystem()) {
332 assertFalse(appInstallMetadata.isPreInstalled()); in handleBroadcast_correctArgs()
404 Lcom/android/server/pm/permission/BasePermission;->isPreInstalled()Z
8007 HSPLcom/android/server/pm/permission/Permission;->isPreInstalled()Z
3612 method @NonNull public static android.content.integrity.IntegrityFormula isPreInstalled();