Home
last modified time | relevance | path

Searched refs:harmfulAppWarning (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageUserState.java83 public String harmfulAppWarning; field in PackageUserState
130 harmfulAppWarning = o.harmfulAppWarning; in PackageUserState()
483 if (harmfulAppWarning == null && oldState.harmfulAppWarning != null in equals()
484 || (harmfulAppWarning != null in equals()
485 && !harmfulAppWarning.equals(oldState.harmfulAppWarning))) { in equals()
514 hashCode = 31 * hashCode + Objects.hashCode(harmfulAppWarning); in hashCode()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java352 CharSequence harmfulAppWarning; in interceptHarmfulAppIfNeeded() local
354 harmfulAppWarning = mService.getPackageManager() in interceptHarmfulAppIfNeeded()
360 if (harmfulAppWarning == null) { in interceptHarmfulAppIfNeeded()
368 mAInfo.packageName, target, harmfulAppWarning); in interceptHarmfulAppIfNeeded()
/frameworks/base/core/java/com/android/internal/app/
DHarmfulAppWarningActivity.java120 IntentSender target, CharSequence harmfulAppWarning) { in createHarmfulAppWarningIntent() argument
125 intent.putExtra(EXTRA_HARMFUL_APP_WARNING, harmfulAppWarning); in createHarmfulAppWarningIntent()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSettingBase.java524 int installReason, int uninstallReason, String harmfulAppWarning, in setUserState() argument
543 state.harmfulAppWarning = harmfulAppWarning; in setUserState()
555 otherState.installReason, otherState.uninstallReason, otherState.harmfulAppWarning, in setUserState()
721 void setHarmfulAppWarning(int userId, String harmfulAppWarning) { in setHarmfulAppWarning() argument
723 userState.harmfulAppWarning = harmfulAppWarning; in setHarmfulAppWarning()
729 return userState.harmfulAppWarning; in getHarmfulAppWarning()
DSettings.java1696 final String harmfulAppWarning =
1779 disabledComponents, installReason, uninstallReason, harmfulAppWarning,
2033 if (ustate.harmfulAppWarning != null) {
2035 ustate.harmfulAppWarning);
4425 String harmfulAppWarning = ps.getHarmfulAppWarning(user.id);
4426 pw.print(harmfulAppWarning != null ? "HA" : "ha");
4835 String harmfulAppWarning = ps.getHarmfulAppWarning(user.id);
4836 if (harmfulAppWarning != null) {
4838 pw.println(harmfulAppWarning);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15904 Landroid/content/pm/PackageUserState;->harmfulAppWarning:Ljava/lang/String;