Searched refs:harmfulAppWarning (Results 1 – 5 of 5) sorted by relevance
130 IntentSender target, CharSequence harmfulAppWarning) { in createHarmfulAppWarningIntent() argument135 intent.putExtra(EXTRA_HARMFUL_APP_WARNING, harmfulAppWarning); in createHarmfulAppWarningIntent()
445 CharSequence harmfulAppWarning; in interceptHarmfulAppIfNeeded() local447 harmfulAppWarning = mService.getPackageManager() in interceptHarmfulAppIfNeeded()453 if (harmfulAppWarning == null) { in interceptHarmfulAppIfNeeded()461 mAInfo.packageName, target, harmfulAppWarning); in interceptHarmfulAppIfNeeded()
877 String harmfulAppWarning, String splashScreenTheme,895 .setHarmfulAppWarning(harmfulAppWarning)
1886 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);
13026 Landroid/content/pm/PackageUserState;->harmfulAppWarning:Ljava/lang/String;