Home
last modified time | relevance | path

Searched defs:levels (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSavedNetworkNominatorTest.java136 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreNetworksIfUseExternalScores() local
163 int[] levels = {RSSI_LEVEL}; in ignoreNetworkIfSimIsAbsentForEapSimNetwork() local
192 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreEphemeralNetworks() local
222 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreNetworksIfAutojoinNotAllowed() local
258 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in returnNoCandidateIfNoNetworksAllowAutojoin() local
307 int[] levels = {RSSI_LEVEL}; in testIgnoreNetworksIfMeteredAndFromNonDataSim() local
337 int[] levels = {RSSI_LEVEL}; in testIgnoreNetworksFromAppIfNoImsiProtection() local
382 int[] levels = {RSSI_LEVEL}; in testAllowNetworksIfOobPseudonymEnabledForImsiProtection() local
414 int[] levels = {RSSI_LEVEL}; in testIgnoreNetworksIfOobPseudonymEnabledButNotAvailableForImsiProtection() local
447 int[] levels = {RSSI_LEVEL}; in testIgnoreOpenNetworkWithSameNetworkSuggestionHasSecureNetworkFromSameCarrier() local
[all …]
DWifiNetworkSelectorTest.java549 int[] levels = new int[0]; in emptyScanResults() local
583 int[] levels = {mThresholdMinimumRssi2G - 1, mThresholdMinimumRssi5G - 1}; in verifyMinimumRssiThreshold() local
619 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; in verifyMinimumTimeGapWhenConnected() local
672 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; in verifyNoMinimumTimeGapWhenDisconnected() local
723 int[] levels = {mThresholdQualifiedRssi5G - 2}; in lowRssi5GNetworkIsNotSufficient() local
783 int[] levels = {mThresholdQualifiedRssi5G + 5}; in noInternetAccessNetworkIsNotSufficient() local
845 int[] levels = {mThresholdMinimumRssi2G + 20, mThresholdMinimumRssi2G + RSSI_BUMP}; in updateConfiguredNetworks() local
887 int[] levels = {mThresholdQualifiedRssi5G + 8}; in filterOutBlocklistedBssid() local
923 int[] levels = {mThresholdQualifiedRssi5G + 8}; in filterOutAdminAllowlistRestrictedSsid() local
961 int[] levels = {mThresholdQualifiedRssi5G + 8}; in filterOutAdminDenylistRestrictedSsid() local
[all …]
DNetworkSuggestionNominatorTest.java121 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForNoMatch() local
164 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForOneMatch() local
204 int[] levels = {-67}; in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local
252 int[] levels = {-56, -45}; in testSelectNetworkSuggestionForMultipleMatch() local
298 int[] levels = {-56, -45}; in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local
346 int[] levels = {-56, -45, -44, -43}; in testSelectNetworkSuggestionForMultipleMatchHighPriorityFromEachPriorityGroupWins() local
394 int[] levels = {-23, -45}; in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local
449 int[] levels = {-23, -45, -56, -65}; in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestionsHighPriorityWins() local
498 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForOneMatchButInToWifiConfigManager() local
549 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForOneMatchForExistingNetwork() local
[all …]
DWifiNetworkSelectorTestUtil.java98 String[] bssids, int[] freqs, String[] caps, int[] levels, int[] securities, in setupScanDetailsAndConfigStore()
110 String[] bssids, int[] freqs, String[] caps, int[] levels, in setupScanDetailsAndConfigStore()
142 String[] bssids, int[] freqs, int[] levels, in setupScanDetailsAndConfigForEapSimNetwork()
217 String[] caps, int[] levels, Clock clock) { in buildScanDetails()
244 String[] caps, int[] levels, byte[][] iesByteStream, Clock clock) { in buildScanDetailsWithNetworkDetails()
DWifiLastResortWatchdogTest.java116 String[] bssids, int[] frequencies, String[] caps, int[] levels, in createFilteredQnsCandidates()
139 String[] bssids, int[] frequencies, String[] caps, int[] levels, in createFilteredQnsCandidates()
888 int[] levels = {-60, -86, -50, -62, -60, -86, -50, -62}; in testFailureCounting_countFailuresAcrossSsids() local
1521 int[] levels = {-60, -86, -50, -62, -60}; in testMetricsCollection() local
1832 int[] levels = {-60}; in testIncrementingWatchdogConnectionFailuresAfterTrigger() local
1877 int[] levels = {-60}; in testWatchdogAssumesSuccessOnlyIfFirstConnectionAfterRestartSucceeds() local
1950 int[] levels = {-60}; in testWatchdogVerifiesAtLeastOneNetworkIsConnectedBeforeTriggeringBugreport() local
2054 int[] levels = {-60}; in testMetricsCollectionWithMixtureReason() local
2106 int[] levels = {-60}; in testWatchdogWithTimeBasedLogic() local
2169 int[] levels = {-60}; in testWatchdogAssumesSuccessOnlyIfConnectedOnSameSsid() local
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessManagerTest.java375 final int[] levels = {100, 99, 98}; in getBatteryLevelData_allDataInOneHour_returnExpectedResult() local
404 final int[] levels = {100, 99}; in getBatteryLevelData_returnExpectedResult() local
450 final long[] timestamps, final int[] levels) { in createHistoryMap()
DDataProcessorTest.java432 final int[] levels = {100, 94, 90, 82, 50}; in getHistoryMapWithExpectedTimestamps_returnExpectedMap() local
473 final int[] levels = {100, 94, 90, 82, 50}; in getLevelDataThroughProcessedHistoryMap_OneDayData_returnExpectedResult() local
504 final int[] levels = {100, 94, 90, 82}; in getLevelDataThroughProcessedHistoryMap_MultipleDaysData_returnExpectedResult() local
564 final int[] levels = {100, 88}; in getLevelDataThroughProcessedHistoryMap_daylightSaving25Hour_returnExpectedResult() local
665 final int[] levels = {100, 88}; in getLevelDataThroughProcessedHistoryMap_daylightSaving23Hour_returnExpectedResult() local
2411 final long[] timestamps, final int[] levels) { in createHistoryMap()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartViewModel.java53 String generateSlotBatteryLevelText(List<Integer> levels, int index); in generateSlotBatteryLevelText()
68 BatteryChartViewModel( in BatteryChartViewModel()
/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/mockito/
DLogInterceptor.java51 public static LogInterceptor forTagAndLevels(String tag, LogLevel... levels) { in forTagAndLevels()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DPyramid.cpp27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked()
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *li… in calcStorage()
/packages/modules/Virtualization/libs/apkverify/src/
Dhashtree.rs73 let levels = calc_hash_levels(input_size, block_size, digest_size); in generate_hash_tree() localVariable
/packages/modules/NeuralNetworks/runtime/test/
DTestUnspecifiedDimensions.cpp238 std::vector<SpecificationLevel> levels{ in SetUp() local
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java207 int levels = 1; in calculateLevelCount() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2610 List<BandwidthEstimatorStats.PerLevel> levels = new ArrayList<>(); in dumpBandwidthStatsPerLink() local