Home
last modified time | relevance | path

Searched refs:mForeground (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssListenerMultiplexer.java74 private boolean mForeground; field in GnssListenerMultiplexer.GnssListenerRegistration
91 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()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DClockDrawableWrapper.java348 private final LayerDrawable mForeground; field in ClockDrawableWrapper.ClockIconDrawable
356 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()
/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocationEventLog.java351 private final boolean mForeground; field in LocationEventLog.ProviderClientForegroundEvent
357 mForeground = foreground; in ProviderClientForegroundEvent()
364 + (mForeground ? "foreground" : "background"); in getLogString()
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java309 private boolean mForeground; field in LocationProviderManager.Registration
344 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()