Searched refs:isSetChannelOnDataPathSupported (Results 1 – 6 of 6) sorted by relevance
47 boolean isSetChannelOnDataPathSupported(); in isSetChannelOnDataPathSupported() method
262 public boolean isSetChannelOnDataPathSupported() { in isSetChannelOnDataPathSupported() method in WifiAwareManager264 return mService.isSetChannelOnDataPathSupported(); in isSetChannelOnDataPathSupported()
205 public boolean isSetChannelOnDataPathSupported() { in isSetChannelOnDataPathSupported() method in WifiAwareServiceImpl207 return mStateManager.isSetChannelOnDataPathSupported(); in isSetChannelOnDataPathSupported()
798 public boolean isSetChannelOnDataPathSupported() { in isSetChannelOnDataPathSupported() method in WifiAwareStateManager
166 mDut.isSetChannelOnDataPathSupported(); in testIsSetChannelOnDataPathSupported()167 verify(mockAwareService).isSetChannelOnDataPathSupported(); in testIsSetChannelOnDataPathSupported()
927 …on(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isSetChannelOnDataPathSupported();