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

  /frameworks/base/services/core/java/com/android/server/policy/
BurnInProtectionHelper.java 59 private boolean mFirstUpdate;
130 mFirstUpdate = true;
141 if (mFirstUpdate) {
142 mFirstUpdate = false;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 81 protected boolean mFirstUpdate = true;
474 || mFirstUpdate) {
484 if (navBarVisible != lastNavBarVisible || mFirstUpdate) {
501 if (bouncerShowing != mLastBouncerShowing || mFirstUpdate) {
508 if ((showing && !occluded) != (mLastShowing && !mLastOccluded) || mFirstUpdate) {
511 if (bouncerShowing != mLastBouncerShowing || mFirstUpdate) {
515 mFirstUpdate = false;
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 64 private boolean mFirstUpdate;
221 return mFirstUpdate;
235 mFirstUpdate = true;
241 mFirstUpdate = false;

Completed in 6348 milliseconds