Searched refs:mForegroundRequested (Results 1 – 2 of 2) sorted by relevance
45 ComponentName mForegroundRequested = null; // The component requested to be enabled by fg app field in EnabledNfcFServices76 foregroundRequested = mForegroundRequested; in computeEnabledForegroundService()77 if (mForegroundRequested != 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()100 mForegroundRequested = null; in onServicesUpdated()124 if (service.equals(mForegroundRequested)) { in registerEnabledForegroundService()129 mForegroundRequested = service; in registerEnabledForegroundService()[all …]
80 ComponentName mForegroundRequested; // The component preferred by fg app field in PreferredServices174 preferredService = mForegroundRequested; in computePreferredForegroundService()210 mForegroundRequested = null; in onServicesUpdated()276 mForegroundRequested = service; in registerPreferredForegroundService()297 mForegroundRequested = null; in unregisterForegroundService()378 "): " + mForegroundRequested); in dump()