Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java155 int mActiveServiceUserId; // The UserId of the current active one field in HostEmulationManager
936 mActiveServiceUserId = mPaymentServiceUserId; in sendDataToServiceLocked()
939 mActiveServiceUserId = mServiceUserId; in sendDataToServiceLocked()
961 mActiveServiceUserId = mPaymentServiceUserId; in sendPollingFramesToServiceLocked()
964 mActiveServiceUserId = mServiceUserId; in sendPollingFramesToServiceLocked()
1096 mActiveServiceUserId = -1; in resetActiveService()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java955 Assert.assertEquals(-1, mHostEmulationManager.mActiveServiceUserId); in testOnHostEmulationDeactivated_activeService_enableObserveModeAfterTransaction()
992 Assert.assertEquals(-1, mHostEmulationManager.mActiveServiceUserId); in testOnHostEmulationDeactivated_noActiveService()
1015 Assert.assertEquals(-1, mHostEmulationManager.mActiveServiceUserId); in testOnOffHostAidSelected_noActiveService_stateXfer()
1038 Assert.assertEquals(-1, mHostEmulationManager.mActiveServiceUserId); in testOnOffHostAidSelected_activeServiceBound_stateXfer()
1066 Assert.assertEquals(-1, mHostEmulationManager.mActiveServiceUserId); in testOnOffHostAidSelected_activeServiceBound_stateNonXfer()