Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java441 public Optional<Integer> getCountryCodeStatus() { in getCountryCodeStatus() method in UwbCountryCode
DUwbServiceCore.java414 mUwbCountryCode.getCountryCodeStatus()); in onDeviceStatusNotificationReceived()
865 mUwbCountryCode.getCountryCode(), mUwbCountryCode.getCountryCodeStatus()); in getAdapterState()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java615 when(mUwbCountryCode.getCountryCodeStatus()).thenReturn( in testCountryCodeChange_fromValidCountry_statusRegulationUwbOff()