HomeSort by relevance Sort by last modified time
    Searched defs:harmfulAppWarning (Results 1 - 3 of 3) 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/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/
Settings.java     [all...]

Completed in 72 milliseconds