Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DHarmfulAppWarningActivity.java130 IntentSender target, CharSequence harmfulAppWarning) { in createHarmfulAppWarningIntent() argument
135 intent.putExtra(EXTRA_HARMFUL_APP_WARNING, harmfulAppWarning); in createHarmfulAppWarningIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartInterceptor.java445 CharSequence harmfulAppWarning; in interceptHarmfulAppIfNeeded() local
447 harmfulAppWarning = mService.getPackageManager() in interceptHarmfulAppIfNeeded()
453 if (harmfulAppWarning == null) { in interceptHarmfulAppIfNeeded()
461 mAInfo.packageName, target, harmfulAppWarning); in interceptHarmfulAppIfNeeded()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSetting.java877 String harmfulAppWarning, String splashScreenTheme,
895 .setHarmfulAppWarning(harmfulAppWarning)
H A DSettings.java1886 final String harmfulAppWarning =
1977 uninstallReason, harmfulAppWarning, splashScreenTheme,
4717 String harmfulAppWarning = userState.getHarmfulAppWarning();
4718 pw.print(harmfulAppWarning != null ? "HA" : "ha");
5175 String harmfulAppWarning = userState.getHarmfulAppWarning();
5176 if (harmfulAppWarning != null) {
5178 pw.println(harmfulAppWarning);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13026 Landroid/content/pm/PackageUserState;->harmfulAppWarning:Ljava/lang/String;