Home
last modified time | relevance | path

Searched defs:getSupportedFeatures (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DScanOnlyModeImpl.java43 public long getSupportedFeatures() { in getSupportedFeatures() method in ScanOnlyModeImpl
H A DDefaultClientModeManager.java90 public long getSupportedFeatures() { in getSupportedFeatures() method in DefaultClientModeManager
H A DClientMode.java92 long getSupportedFeatures(); in getSupportedFeatures() method
H A DConcreteClientModeManager.java1226 public long getSupportedFeatures() { in getSupportedFeatures() method in ConcreteClientModeManager
H A DBaseWifiService.java79 public long getSupportedFeatures() { in getSupportedFeatures() method in BaseWifiService
H A DClientModeImpl.java1525 public long getSupportedFeatures() { in getSupportedFeatures() method in ClientModeImpl
H A DWifiServiceImpl.java2373 public long getSupportedFeatures() { in getSupportedFeatures() method in WifiServiceImpl
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DSdpMnsRecord.java63 public int getSupportedFeatures() { in getSupportedFeatures() method in SdpMnsRecord
H A DSdpPseRecord.java67 public int getSupportedFeatures() { in getSupportedFeatures() method in SdpPseRecord
H A DSdpMasRecord.java86 public int getSupportedFeatures() { in getSupportedFeatures() method in SdpMasRecord
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiMhlControllerStub.java127 int getSupportedFeatures(int portId) { in getSupportedFeatures() method in HdmiMhlControllerStub
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothMapClient.aidl51 int getSupportedFeatures(in BluetoothDevice device, in AttributionSource attributionSource); in getSupportedFeatures() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientService.java422 public synchronized int getSupportedFeatures(BluetoothDevice device) { in getSupportedFeatures() method in MapClientService
604 public int getSupportedFeatures(BluetoothDevice device, AttributionSource source) { in getSupportedFeatures() method in MapClientService.Binder
H A DMceStateMachine.java348 synchronized int getSupportedFeatures() { in getSupportedFeatures() method in MceStateMachine
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DIWifiManager.aidl62 long getSupportedFeatures(); in getSupportedFeatures() method
H A DWifiManager.java2776 private long getSupportedFeatures() { in getSupportedFeatures() method in WifiManager
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java196 public Set<ImsFeatureConfiguration.FeatureSlotPair> getSupportedFeatures() { in getSupportedFeatures() method in ImsResolver.ImsServiceInfo