Searched refs:isPreInstalled (Results 1 – 12 of 12) 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()
101 inline val isPreInstalled: Boolean in <lambda>() constant in com.android.server.permission.access.permission.Permission
1512 if (permission.isPreInstalled && packageState.isSystem) { in <lambda>()
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
3449 if (!allowed && bp.isPreInstalled() && pkgSetting.isSystem()) {
332 assertFalse(appInstallMetadata.isPreInstalled()); in handleBroadcast_correctArgs()
404 Lcom/android/server/pm/permission/BasePermission;->isPreInstalled()Z
3946 method @NonNull public static android.content.integrity.IntegrityFormula isPreInstalled();