Searched refs:isSatCommunicationAllowedAtLocation (Results 1 – 5 of 5) sorted by relevance
91 boolean isAllowed = accessController.isSatCommunicationAllowedAtLocation(locationToken); in testSatelliteAccessControl()102 isAllowed = accessController.isSatCommunicationAllowedAtLocation(locationToken); in testSatelliteAccessControl()111 isAllowed = accessController.isSatCommunicationAllowedAtLocation(locationToken); in testSatelliteAccessControl()120 isAllowed = accessController.isSatCommunicationAllowedAtLocation(locationToken); in testSatelliteAccessControl()129 isAllowed = accessController.isSatCommunicationAllowedAtLocation(locationToken); in testSatelliteAccessControl()137 isAllowed = accessController.isSatCommunicationAllowedAtLocation(locationToken); in testSatelliteAccessControl()146 isAllowed = accessController.isSatCommunicationAllowedAtLocation(locationToken); in testSatelliteAccessControl()155 isAllowed = accessController.isSatCommunicationAllowedAtLocation(locationToken); in testSatelliteAccessControl()
256 when(mMockSatelliteOnDeviceAccessController.isSatCommunicationAllowedAtLocation( in setUp()351 verify(mMockSatelliteOnDeviceAccessController).isSatCommunicationAllowedAtLocation( in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()394 verify(mMockSatelliteOnDeviceAccessController, never()).isSatCommunicationAllowedAtLocation( in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()426 verify(mMockSatelliteOnDeviceAccessController, never()).isSatCommunicationAllowedAtLocation( in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()451 verify(mMockSatelliteOnDeviceAccessController, never()).isSatCommunicationAllowedAtLocation( in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
72 public boolean isSatCommunicationAllowedAtLocation(LocationToken locationToken) in isSatCommunicationAllowedAtLocation() method in S2RangeSatelliteOnDeviceAccessController78 return isSatCommunicationAllowedAtLocation(locationTokenImpl.getS2CellId()); in isSatCommunicationAllowedAtLocation()86 private boolean isSatCommunicationAllowedAtLocation(long s2CellId) throws IOException { in isSatCommunicationAllowedAtLocation() method in S2RangeSatelliteOnDeviceAccessController
61 public abstract boolean isSatCommunicationAllowedAtLocation(LocationToken locationToken) in isSatCommunicationAllowedAtLocation() method in SatelliteOnDeviceAccessController
1153 .isSatCommunicationAllowedAtLocation(locationToken); in checkSatelliteAccessRestrictionForLocation()