Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java252 public static final int STATUS_CODE_ANDROID_REGULATION_UWB_OFF = STATUS_REGULATION_UWB_OFF; field in UwbUciConstants
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java21 import static com.android.server.uwb.data.UwbUciConstants.STATUS_CODE_ANDROID_REGULATION_UWB_OFF;
551 .thenReturn(Pair.create(STATUS_CODE_ANDROID_REGULATION_UWB_OFF, "JP")); in testEnableWithCountryCode_statusRegulationUwbOff()
616 Optional.of(STATUS_CODE_ANDROID_REGULATION_UWB_OFF)); in testCountryCodeChange_fromValidCountry_statusRegulationUwbOff()
617 mUwbServiceCore.onCountryCodeChanged(STATUS_CODE_ANDROID_REGULATION_UWB_OFF, "JP"); in testCountryCodeChange_fromValidCountry_statusRegulationUwbOff()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java1307 == UwbUciConstants.STATUS_CODE_ANDROID_REGULATION_UWB_OFF)) { in computeAndNotifyAdapterStateChange()