Searched refs:STATUS_CODE_ANDROID_REGULATION_UWB_OFF (Results 1 – 3 of 3) sorted by relevance
252 public static final int STATUS_CODE_ANDROID_REGULATION_UWB_OFF = STATUS_REGULATION_UWB_OFF; field in UwbUciConstants
21 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()
1307 == UwbUciConstants.STATUS_CODE_ANDROID_REGULATION_UWB_OFF)) { in computeAndNotifyAdapterStateChange()