Home
last modified time | relevance | path

Searched refs:isSetChannelOnDataPathSupported (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DIWifiAwareManager.aidl47 boolean isSetChannelOnDataPathSupported(); in isSetChannelOnDataPathSupported() method
DWifiAwareManager.java262 public boolean isSetChannelOnDataPathSupported() { in isSetChannelOnDataPathSupported() method in WifiAwareManager
264 return mService.isSetChannelOnDataPathSupported(); in isSetChannelOnDataPathSupported()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareServiceImpl.java205 public boolean isSetChannelOnDataPathSupported() { in isSetChannelOnDataPathSupported() method in WifiAwareServiceImpl
207 return mStateManager.isSetChannelOnDataPathSupported(); in isSetChannelOnDataPathSupported()
DWifiAwareStateManager.java798 public boolean isSetChannelOnDataPathSupported() { in isSetChannelOnDataPathSupported() method in WifiAwareStateManager
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java166 mDut.isSetChannelOnDataPathSupported(); in testIsSetChannelOnDataPathSupported()
167 verify(mockAwareService).isSetChannelOnDataPathSupported(); in testIsSetChannelOnDataPathSupported()
/packages/modules/Wifi/framework/api/
Dcurrent.txt927 …on(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isSetChannelOnDataPathSupported();