Searched refs:mForeground (Results 1 – 4 of 4) sorted by relevance
74 private boolean mForeground; field in GnssListenerMultiplexer.GnssListenerRegistration91 return mForeground; in isForeground()102 mForeground = mAppForegroundHelper.isAppForeground(getIdentity().getUid()); in onBinderListenerRegister()150 if (getIdentity().getUid() == uid && foreground != mForeground) { in onForegroundChanged()151 mForeground = foreground; in onForegroundChanged()164 if (!mForeground) { in toString()
348 private final LayerDrawable mForeground; field in ClockDrawableWrapper.ClockIconDrawable356 mForeground = (LayerDrawable) mFullDrawable.getForeground(); in ClockIconDrawable()374 mInfo.animInfo.applyTime(mTime, mForeground); in drawInternal()379 mForeground.draw(canvas); in drawInternal()397 if (mInfo.animInfo.applyTime(mTime, mForeground)) { in run()
351 private final boolean mForeground; field in LocationEventLog.ProviderClientForegroundEvent357 mForeground = foreground; in ProviderClientForegroundEvent()364 + (mForeground ? "foreground" : "background"); in getLogString()
309 private boolean mForeground; field in LocationProviderManager.Registration344 mForeground = mAppForegroundHelper.isAppForeground(getIdentity().getUid()); in onRemovableListenerRegister()350 if (mForeground) { in onRemovableListenerRegister()447 return mForeground; in isForeground()572 if (getIdentity().getUid() == uid && foreground != mForeground) { in onForegroundChanged()577 mForeground = foreground; in onForegroundChanged()579 if (mForeground) { in onForegroundChanged()656 if (!mForeground) { in calculateProviderLocationRequest()