Home
last modified time | relevance | path

Searched refs:getAvailableWifiChannels (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DICarProjection.aidl93 int[] getAvailableWifiChannels(int band) = 12; in getAvailableWifiChannels() method
DCarProjectionManager.java552 public @NonNull List<Integer> getAvailableWifiChannels(int band) { in getAvailableWifiChannels() method in CarProjectionManager
554 int[] channels = mService.getAvailableWifiChannels(band); in getAvailableWifiChannels()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionManagerUnitTest.java201 when(mService.getAvailableWifiChannels(band)).thenReturn(Ints.toArray(expectedChannels)); in testGetAvailableWifiChannels()
203 List<Integer> channels = mCarProjectionManager.getAvailableWifiChannels(band); in testGetAvailableWifiChannels()
DCarProjectionServiceTest.java403 int[] wifiChannels = mService.getAvailableWifiChannels(WifiScanner.WIFI_BAND_BOTH_WITH_DFS); in getWifiChannels()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java208 public int[] getAvailableWifiChannels(int band) throws RemoteException { in getAvailableWifiChannels() method in FakeCarProjectionService
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java324 public int[] getAvailableWifiChannels(int band) { in getAvailableWifiChannels() method in CarProjectionService
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt788 method TIRAMISU_0 List<Integer> getAvailableWifiChannels(int band);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt172 ….PERMISSION_CAR_PROJECTION) public java.util.List<java.lang.Integer> getAvailableWifiChannels(int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt172 ….PERMISSION_CAR_PROJECTION) public java.util.List<java.lang.Integer> getAvailableWifiChannels(int);
Dtest-current.txt175 ….PERMISSION_CAR_PROJECTION) public java.util.List<java.lang.Integer> getAvailableWifiChannels(int);
Dsystem-lint-baseline.txt1222 UnflaggedApi: android.car.CarProjectionManager#getAvailableWifiChannels(int):
1223 … be flagged with @FlaggedApi: method android.car.CarProjectionManager.getAvailableWifiChannels(int)