Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java1027 boolean requiresUnlock) { in computeAidPowerState() argument
1036 if (requiresUnlock) { in computeAidPowerState()
1045 if (requiresUnlock) { in computeAidPowerState()
1088 boolean requiresUnlock = resolveInfo.defaultService.requiresUnlock(); in updateRoutingLocked()
1092 computeAidPowerState(aidType.isOnHost, requiresScreenOn, requiresUnlock); in updateRoutingLocked()
1109 boolean requiresUnlock = resolveInfo.services.get(0).requiresUnlock(); in updateRoutingLocked()
1113 computeAidPowerState(aidType.isOnHost, requiresScreenOn, requiresUnlock); in updateRoutingLocked()
1121 boolean requiresUnlock = false; in updateRoutingLocked()
1130 requiresUnlock = service.requiresUnlock(); in updateRoutingLocked()
1138 requiresUnlock = false; in updateRoutingLocked()
[all …]
DHostEmulationManager.java692 if ((defaultServiceInfo.requiresUnlock() in onHostEmulationData()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java609 … List<String> aids,List<String> categories, boolean requiresUnlock, boolean requiresScreenOn, in createServiceInfoForAidRouting() argument
615 when(apduServiceInfo.requiresUnlock()).thenReturn(requiresUnlock); in createServiceInfoForAidRouting()
DHostEmulationManagerTest.java555 when(apduServiceInfo.requiresUnlock()).thenReturn(true); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresUnlock()
586 when(apduServiceInfo.requiresUnlock()).thenReturn(false); in testOnHostEmulationData_stateW4Select_defaultServiceExists_secureNfcEnabled()
616 when(apduServiceInfo.requiresUnlock()).thenReturn(false); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresScreenOn()
646 when(apduServiceInfo.requiresUnlock()).thenReturn(false); in testOnHostEmulationData_stateW4Select_defaultServiceExists_notOnHost()
708 when(apduServiceInfo.requiresUnlock()).thenReturn(false); in testOnHostEmulationData_stateW4Select_noDefaultService_matchingActiveService()
753 when(apduServiceInfo.requiresUnlock()).thenReturn(false); in testOnHostEmulationData_stateW4Select_noDefaultService_noBoundActiveService()
852 when(apduServiceInfo.requiresUnlock()).thenReturn(false); in testOnHostEmulationData_stateXfer_selectAid_activeService()
892 when(apduServiceInfo.requiresUnlock()).thenReturn(false); in testOnHostEmulationData_stateXfer_selectAid_noActiveService()
DNfcCardEmulationOccurredTest.java115 when(apduServiceInfo.requiresUnlock()).thenReturn(false); in setUp()