Searched refs:harmfulAppWarning (Results 1 – 6 of 6) sorted by relevance
71 public String harmfulAppWarning; field in PackageUserState114 harmfulAppWarning = o.harmfulAppWarning; in PackageUserState()304 if (harmfulAppWarning == null && oldState.harmfulAppWarning != null in equals()305 || (harmfulAppWarning != null in equals()306 && !harmfulAppWarning.equals(oldState.harmfulAppWarning))) { in equals()
442 String harmfulAppWarning) { in setUserState() argument464 state.harmfulAppWarning = harmfulAppWarning; in setUserState()476 otherState.installReason, otherState.harmfulAppWarning); in setUserState()648 void setHarmfulAppWarning(int userId, String harmfulAppWarning) { in setHarmfulAppWarning() argument650 userState.harmfulAppWarning = harmfulAppWarning; in setHarmfulAppWarning()655 return userState.harmfulAppWarning; in getHarmfulAppWarning()
1647 final String harmfulAppWarning = in readPackageRestrictionsLPr() local1709 linkGeneration, installReason, harmfulAppWarning); in readPackageRestrictionsLPr()2064 if (ustate.harmfulAppWarning != null) { in writePackageRestrictionsLPr()2066 ustate.harmfulAppWarning); in writePackageRestrictionsLPr()4493 String harmfulAppWarning = ps.getHarmfulAppWarning(user.id); in dumpPackageLPr() local4494 pw.print(harmfulAppWarning != null ? "HA" : "ha"); in dumpPackageLPr()4795 String harmfulAppWarning = ps.getHarmfulAppWarning(user.id); in dumpPackageLPr() local4796 if (harmfulAppWarning != null) { in dumpPackageLPr()4798 pw.println(harmfulAppWarning); in dumpPackageLPr()
315 CharSequence harmfulAppWarning; in interceptHarmfulAppIfNeeded() local317 harmfulAppWarning = mService.getPackageManager() in interceptHarmfulAppIfNeeded()323 if (harmfulAppWarning == null) { in interceptHarmfulAppIfNeeded()331 mAInfo.packageName, target, harmfulAppWarning); in interceptHarmfulAppIfNeeded()
120 IntentSender target, CharSequence harmfulAppWarning) { in createHarmfulAppWarningIntent() argument125 intent.putExtra(EXTRA_HARMFUL_APP_WARNING, harmfulAppWarning); in createHarmfulAppWarningIntent()
15913 Landroid/content/pm/PackageUserState;->harmfulAppWarning:Ljava/lang/String;