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

  /frameworks/base/services/core/java/com/android/server/display/
BrightnessTracker.java 252 // foreground but always redact the package name.
253 boolean redact = (!includePackage) || profileId != userId;
254 toRedact.put(profiles[i], redact);
258 Boolean redact = toRedact.get(events[i].userId); local
259 if (redact != null) {
260 if (!redact) {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 61 milliseconds