Searched refs:mComputeFgRequested (Results 1 – 2 of 2) sorted by relevance
54 boolean mComputeFgRequested = false; field in EnabledNfcFServices84 mComputeFgRequested = true; in computeEnabledForegroundService()87 mComputeFgRequested = false; in computeEnabledForegroundService()206 if (mComputeFgRequested) { in onHostEmulationDeactivated()221 mComputeFgRequested = false; in onNfcDisabled()231 mComputeFgRequested = false; in onUserSwitched()259 proto.write(EnabledNfcFServicesProto.COMPUTE_FG_REQUESTED, mComputeFgRequested); in dumpDebug()276 return !mActivated && mForegroundUid == -1 && !mComputeFgRequested; in isUserSwitched()
273 boolean mComputeFgRequested = true; in testOnHostEmulationDeactivatedWithPostponedConfiguration()280 fieldForegroundUid.set(mEnabledNfcFServices, mComputeFgRequested); in testOnHostEmulationDeactivatedWithPostponedConfiguration()