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

  /frameworks/base/services/core/java/com/android/server/
RescueParty.java 62 private static final int LEVEL_NONE = 0;
137 return SystemProperties.getInt(PROP_RESCUE_LEVEL, LEVEL_NONE) == LEVEL_FACTORY_RESET;
146 SystemProperties.getInt(PROP_RESCUE_LEVEL, LEVEL_NONE) + 1,
147 LEVEL_NONE, LEVEL_FACTORY_RESET);
164 final int level = SystemProperties.getInt(PROP_RESCUE_LEVEL, LEVEL_NONE);
165 if (level == LEVEL_NONE) return;
358 case LEVEL_NONE: return "NONE";
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/
minlog-1.2.jar 
  /bionic/libc/kernel/uapi/linux/raid/
md_u.h 75 #define LEVEL_NONE (- 1000000)
  /external/kernel-headers/original/uapi/linux/raid/
md_u.h 119 #define LEVEL_NONE (-1000000)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/raid/
md_u.h 118 #define LEVEL_NONE (-1000000)
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 76 public static final int LEVEL_NONE = 0;
81 private int mInflatedLevel = LEVEL_NONE;
116 setInflatedLevel(LEVEL_NONE);

Completed in 655 milliseconds