HomeSort by relevance Sort by last modified time
    Searched defs:isPersistentProcess (Results 1 - 3 of 3) sorted by null

  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppStateUsageStatsBridge.java 133 private static boolean isPersistentProcess(AppEntry info) {
169 && !isPersistentProcess(info);
195 && !isPersistentProcess(info);
AppsAsyncLoader.java 317 && !isPersistentProcess(info)
343 && !isPersistentProcess(info)
352 private static boolean isPersistentProcess(PackageInfo info) {
  /frameworks/base/core/java/com/android/internal/app/
ResolverComparator.java 229 && !isPersistentProcess(target)) {
619 static boolean isPersistentProcess(ResolvedComponentInfo rci) {

Completed in 65 milliseconds