Home
last modified time | relevance | path

Searched refs:withType (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java105 public NativeScanSettingsBuilder withType(int type) { in withType() method in ScanTestUtil.NativeScanSettingsBuilder
210 .withType(getNativeScanType(requestSettings.type)); in computeSingleScanNativeSettings()
241 .withType(nativeScanType) in createSingleScanNativeSettingsForChannels()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DBaseWifiScannerImplTest.java144 .withType(WifiNative.SCAN_TYPE_HIGH_ACCURACY) in singleScanSuccessWithChannelsAndHighAccuracyType()
370 .withType(WifiNative.SCAN_TYPE_LOW_POWER) in multipleSingleScanSuccess()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java635 public static String lookUpResourceName(@NonNull Resources res, int resId, boolean withType, in lookUpResourceName() argument
648 return withType ? getResourceTypeAndEntryName(fullName) in lookUpResourceName()