Home
last modified time | relevance | path

Searched refs:nativeSetCountryCode (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/
DUwbServiceCore.java220 return nativeSetCountryCode(countryCode); in setCountryCode()
266 private native boolean nativeSetCountryCode(byte[] countryCode); in nativeSetCountryCode() method in UwbServiceCore
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DNativeUwbManager.java386 byte status = nativeSetCountryCode(countryCode, chipId); in setCountryCode()
606 private native byte nativeSetCountryCode(byte[] countryCode, String chipId); in nativeSetCountryCode() method in NativeUwbManager