Home
last modified time | relevance | path

Searched refs:ScanType (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DNetworkScanRequest.java65 public @interface ScanType {} annotation in NetworkScanRequest
163 @ScanType
/frameworks/base/wifi/java/android/net/wifi/
DWifiAnnotations.java41 public @interface ScanType {} annotation in WifiAnnotations
DWifiScanner.java386 @WifiAnnotations.ScanType
/frameworks/base/wifi/java/android/net/wifi/nl80211/
DWifiNl80211Manager.java859 private static int getScanType(@WifiAnnotations.ScanType int scanType) { in getScanType()
894 public boolean startScan(@NonNull String ifaceName, @WifiAnnotations.ScanType int scanType, in startScan()
/frameworks/base/media/java/android/media/tv/tuner/
DTuner.java114 public @interface ScanType {} annotation in Tuner
611 public int scan(@NonNull FrontendSettings settings, @ScanType int scanType, in scan()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1438 @NonNull String ifaceName, @WifiAnnotations.ScanType int scanType, Set<Integer> freqs, in scan()
2681 @WifiAnnotations.ScanType
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java1038 boolean validateScanType(@WifiAnnotations.ScanType int type) { in validateScanType()