HomeSort by relevance Sort by last modified time
    Searched refs:harmfulAppWarning (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 62 public String harmfulAppWarning;
102 harmfulAppWarning = o.harmfulAppWarning;
280 if (harmfulAppWarning == null && oldState.harmfulAppWarning != null
281 || (harmfulAppWarning != null
282 && !harmfulAppWarning.equals(oldState.harmfulAppWarning))) {
  /frameworks/base/core/java/com/android/internal/app/
HarmfulAppWarningActivity.java 116 IntentSender target, CharSequence harmfulAppWarning) {
121 intent.putExtra(EXTRA_HARMFUL_APP_WARNING, harmfulAppWarning);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java 320 CharSequence harmfulAppWarning;
322 harmfulAppWarning = mService.getPackageManager()
328 if (harmfulAppWarning == null) {
336 mAInfo.packageName, target, harmfulAppWarning);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 432 String harmfulAppWarning) {
453 state.harmfulAppWarning = harmfulAppWarning;
624 void setHarmfulAppWarning(int userId, String harmfulAppWarning) {
626 userState.harmfulAppWarning = harmfulAppWarning;
631 return userState.harmfulAppWarning;
Settings.java     [all...]

Completed in 348 milliseconds