Searched defs:UNIMPORTANT_FOR_LOGGING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DPowerManager.java244 public static final int UNIMPORTANT_FOR_LOGGING = 0x40000000; field in class:PowerManager
1066 if (state) mFlags |= UNIMPORTANT_FOR_LOGGING;
1067 else mFlags &= ~UNIMPORTANT_FOR_LOGGING;

Completed in 8 milliseconds