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()
315 CharSequence harmfulAppWarning; in interceptHarmfulAppIfNeeded() local317 harmfulAppWarning = mService.getPackageManager() in interceptHarmfulAppIfNeeded()323 if (harmfulAppWarning == null) { in interceptHarmfulAppIfNeeded()331 mAInfo.packageName, target, harmfulAppWarning); in interceptHarmfulAppIfNeeded()
441 String harmfulAppWarning) { in setUserState() argument463 state.harmfulAppWarning = harmfulAppWarning; in setUserState()635 void setHarmfulAppWarning(int userId, String harmfulAppWarning) { in setHarmfulAppWarning() argument637 userState.harmfulAppWarning = harmfulAppWarning; in setHarmfulAppWarning()642 return userState.harmfulAppWarning; in getHarmfulAppWarning()
1651 final String harmfulAppWarning = in readPackageRestrictionsLPr() local1713 linkGeneration, installReason, harmfulAppWarning); in readPackageRestrictionsLPr()2068 if (ustate.harmfulAppWarning != null) { in writePackageRestrictionsLPr()2070 ustate.harmfulAppWarning); in writePackageRestrictionsLPr()4492 String harmfulAppWarning = ps.getHarmfulAppWarning(user.id); in dumpPackageLPr() local4493 pw.print(harmfulAppWarning != null ? "HA" : "ha"); in dumpPackageLPr()4794 String harmfulAppWarning = ps.getHarmfulAppWarning(user.id); in dumpPackageLPr() local4795 if (harmfulAppWarning != null) { in dumpPackageLPr()4797 pw.println(harmfulAppWarning); in dumpPackageLPr()
120 IntentSender target, CharSequence harmfulAppWarning) { in createHarmfulAppWarningIntent() argument125 intent.putExtra(EXTRA_HARMFUL_APP_WARNING, harmfulAppWarning); in createHarmfulAppWarningIntent()
17010 Landroid/content/pm/PackageUserState;->harmfulAppWarning:Ljava/lang/String;