Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DEnabledNfcFServices.java45 ComponentName mForegroundComponent = null; // The computed enabled foreground component field in EnabledNfcFServices
79 (mForegroundComponent == null || in computeEnabledForegroundService()
80 !mForegroundRequested.equals(mForegroundComponent))) { in computeEnabledForegroundService()
81 mForegroundComponent = mForegroundRequested; in computeEnabledForegroundService()
83 } else if (mForegroundRequested == null && mForegroundComponent != null){ in computeEnabledForegroundService()
84 mForegroundComponent = mForegroundRequested; in computeEnabledForegroundService()
99 if (mForegroundComponent != null) { in onServicesUpdated()
201 mForegroundComponent = null; in onNfcDisabled()
211 mForegroundComponent = null; in onUserSwitched()
232 if (mForegroundComponent != null) { in dumpDebug()
[all …]