Searched refs:requiresUnlock (Results 1 – 5 of 5) sorted by relevance
1027 boolean requiresUnlock) { in computeAidPowerState() argument1036 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 …]
692 if ((defaultServiceInfo.requiresUnlock() in onHostEmulationData()
609 … List<String> aids,List<String> categories, boolean requiresUnlock, boolean requiresScreenOn, in createServiceInfoForAidRouting() argument615 when(apduServiceInfo.requiresUnlock()).thenReturn(requiresUnlock); in createServiceInfoForAidRouting()
555 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()
115 when(apduServiceInfo.requiresUnlock()).thenReturn(false); in setUp()