Searched refs:isPreInstalled (Results 1 – 11 of 11) sorted by relevance
92 public boolean isPreInstalled() { in isPreInstalled() method in AppInstallMetadata236 public Builder setIsPreInstalled(boolean isPreInstalled) { in setIsPreInstalled() argument237 this.mIsPreInstalled = isPreInstalled; in setIsPreInstalled()
87 public static IntegrityFormula isPreInstalled() { in isPreInstalled() method in IntegrityFormula.Application
631 return appInstallMetadata.isPreInstalled(); in getBooleanMetadataValue()
125 IntegrityFormula formula = IntegrityFormula.Application.isPreInstalled(); in createIsTrueFormula_preInstalled()
369 String isPreInstalled = "1"; in testBinaryString_validAtomicFormula_booleanValue_noIndexing() local375 + isPreInstalled in testBinaryString_validAtomicFormula_booleanValue_noIndexing()
277 public boolean isPreInstalled() { in isPreInstalled() method in Permission
3630 if (!allowed && bp.isPreInstalled()
332 assertFalse(appInstallMetadata.isPreInstalled()); in handleBroadcast_correctArgs()
404 Lcom/android/server/pm/permission/BasePermission;->isPreInstalled()Z
34371 HSPLcom/android/server/pm/permission/Permission;->isPreInstalled()Z
2462 method @NonNull public static android.content.integrity.IntegrityFormula isPreInstalled();