Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DEnabledNfcFServices.java44 ComponentName mForegroundComponent = null; // The computed enabled foreground component field in EnabledNfcFServices
78 (mForegroundComponent == null || in computeEnabledForegroundService()
79 !mForegroundRequested.equals(mForegroundComponent))) { in computeEnabledForegroundService()
80 mForegroundComponent = mForegroundRequested; in computeEnabledForegroundService()
82 } else if (mForegroundRequested == null && mForegroundComponent != null){ in computeEnabledForegroundService()
83 mForegroundComponent = mForegroundRequested; in computeEnabledForegroundService()
98 if (mForegroundComponent != null) { in onServicesUpdated()
199 mForegroundComponent = null; in onNfcDisabled()
209 mForegroundComponent = null; in onUserSwitched()