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

  /frameworks/base/core/java/android/os/
PowerManager.java 258 public static final int UNIMPORTANT_FOR_LOGGING = 0x40000000;
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 177 && (flags & PowerManager.UNIMPORTANT_FOR_LOGGING) != 0;
214 && (newFlags & PowerManager.UNIMPORTANT_FOR_LOGGING) != 0;

Completed in 74 milliseconds