Searched refs:mForegroundComponent (Results 1 – 1 of 1) sorted by relevance
45 ComponentName mForegroundComponent = null; // The computed enabled foreground component field in EnabledNfcFServices79 (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 …]