Searched refs:ScanType (Results 1 – 5 of 5) sorted by relevance
41 public @interface ScanType {} annotation in WifiAnnotations
452 @WifiAnnotations.ScanType
7916 public enum ScanType { SINGLE, BACKGROUND }7935 public @interface ScanType {}8034 public void logScanStarted(@ScanType int scanType) {8048 public void logScanFailedToStart(@ScanType int scanType) {8066 public void logScanSucceeded(@ScanType int scanType, int countOfNetworksFound) {8108 public void logScanFailed(@ScanType int scanType) {8117 private void log(@ScanType int scanType, int result, int countNetworks) {
1583 @NonNull String ifaceName, @WifiAnnotations.ScanType int scanType, Set<Integer> freqs, in scan()3036 @WifiAnnotations.ScanType
1100 boolean validateScanType(@WifiAnnotations.ScanType int type) { in validateScanType()