Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSavedNetworkNominatorTest.java134 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreNetworksIfUseExternalScores() local
161 int[] levels = {RSSI_LEVEL}; in ignoreNetworkIfSimIsAbsentForEapSimNetwork() local
190 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreEphemeralNetworks() local
220 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreNetworksIfAutojoinNotAllowed() local
256 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in returnNoCandidateIfNoNetworksAllowAutojoin() local
305 int[] levels = {RSSI_LEVEL}; in testIgnoreNetworksIfMeteredAndFromNonDataSim() local
335 int[] levels = {RSSI_LEVEL}; in testIgnoreNetworksFromAppIfNoImsiProtection() local
380 int[] levels = {RSSI_LEVEL}; in testAllowNetworksIfOobPseudonymEnabledForImsiProtection() local
412 int[] levels = {RSSI_LEVEL}; in testIgnoreNetworksIfOobPseudonymEnabledButNotAvailableForImsiProtection() local
445 int[] levels = {RSSI_LEVEL}; in testIgnoreOpenNetworkWithSameNetworkSuggestionHasSecureNetworkFromSameCarrier() local
[all …]
DWifiNetworkSelectorTest.java546 int[] levels = new int[0]; in emptyScanResults() local
580 int[] levels = {mThresholdMinimumRssi2G - 1, mThresholdMinimumRssi5G - 1}; in verifyMinimumRssiThreshold() local
616 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; in verifyMinimumTimeGapWhenConnected() local
669 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; in verifyNoMinimumTimeGapWhenDisconnected() local
720 int[] levels = {mThresholdQualifiedRssi5G - 2}; in lowRssi5GNetworkIsNotSufficient() local
780 int[] levels = {mThresholdQualifiedRssi5G + 5}; in noInternetAccessNetworkIsNotSufficient() local
842 int[] levels = {mThresholdMinimumRssi2G + 20, mThresholdMinimumRssi2G + RSSI_BUMP}; in updateConfiguredNetworks() local
884 int[] levels = {mThresholdQualifiedRssi5G + 8}; in filterOutBlocklistedBssid() local
920 int[] levels = {mThresholdQualifiedRssi5G + 8}; in filterOutAdminAllowlistRestrictedSsid() local
958 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.java97 String[] bssids, int[] freqs, String[] caps, int[] levels, int[] securities, in setupScanDetailsAndConfigStore()
109 String[] bssids, int[] freqs, String[] caps, int[] levels, in setupScanDetailsAndConfigStore()
141 String[] bssids, int[] freqs, int[] levels, in setupScanDetailsAndConfigForEapSimNetwork()
216 String[] caps, int[] levels, Clock clock) { in buildScanDetails()
243 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
2357 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/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/Bluetooth/system/gd/discovery/device/
Deir_data_unittest.cc174 std::vector<int8_t> levels; in TEST() local
/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
/packages/apps/TV/libs/m2/
Djavapoet-1.11.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/squareup/ com/ ...
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...