Home
last modified time | relevance | path

Searched refs:getUwbCountryCode (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceImpl.java131 mUwbInjector.getUwbCountryCode().initialize(); in initialize()
161 mUwbInjector.getUwbCountryCode().dump(fd, pw, args); in dump()
650 mUwbInjector.getUwbCountryCode().clearCachedCountryCode(); in registerAirplaneModeReceiver()
DUwbInjector.java202 public UwbCountryCode getUwbCountryCode() { in getUwbCountryCode() method in UwbInjector
DUwbShellCommand.java249 mUwbCountryCode = uwbInjector.getUwbCountryCode(); in UwbShellCommand()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbShellCommandTest.java100 when(mUwbInjector.getUwbCountryCode()).thenReturn(mUwbCountryCode); in setUp()
DUwbServiceImplTest.java172 when(mUwbInjector.getUwbCountryCode()).thenReturn(mUwbCountryCode); in setUp()