Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java120 private StatsdUtils mStatsUtils; field in HostEmulationManagerTest
158 mRegisteredAidCache, mStatsUtils); in setUp()
565 verify(mStatsUtils).setCardEmulationEventCategory(eq(CardEmulation.CATEGORY_PAYMENT)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresUnlock()
566 verify(mStatsUtils).setCardEmulationEventUid(eq(USER_ID)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresUnlock()
567 verify(mStatsUtils).logCardEmulationWrongSettingEvent(); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresUnlock()
595 verify(mStatsUtils).setCardEmulationEventCategory(eq(CardEmulation.CATEGORY_PAYMENT)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_secureNfcEnabled()
596 verify(mStatsUtils).setCardEmulationEventUid(eq(USER_ID)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_secureNfcEnabled()
597 verify(mStatsUtils).logCardEmulationWrongSettingEvent(); in testOnHostEmulationData_stateW4Select_defaultServiceExists_secureNfcEnabled()
627 verify(mStatsUtils).setCardEmulationEventCategory(eq(CardEmulation.CATEGORY_PAYMENT)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresScreenOn()
628 verify(mStatsUtils).setCardEmulationEventUid(eq(USER_ID)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresScreenOn()
[all …]