| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
| D | SavedNetworkNominatorTest.java | 131 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreNetworksIfUseExternalScores() local 157 int[] levels = {RSSI_LEVEL}; in ignoreNetworkIfSimIsAbsentForEapSimNetwork() local 184 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreEphemeralNetworks() local 212 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreNetworksIfAutojoinNotAllowed() local 244 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in returnNoCandidateIfNoNetworksAllowAutojoin() local 291 int[] levels = {RSSI_LEVEL}; in testIgnoreNetworksIfMeteredAndFromNonDataSim() local 319 int[] levels = {RSSI_LEVEL}; in testIgnoreNetworksFromAppIfNoImsiProtection() local 360 int[] levels = {RSSI_LEVEL}; in testAllowNetworksIfOobPseudonymEnabledForImsiProtection() local 390 int[] levels = {RSSI_LEVEL}; in testIgnoreNetworksIfOobPseudonymEnabledButNotAvailableForImsiProtection() local 421 int[] levels = {RSSI_LEVEL}; in testIgnoreOpenNetworkWithSameNetworkSuggestionHasSecureNetworkFromSameCarrier() local [all …]
|
| D | WifiNetworkSelectorTest.java | 501 int[] levels = new int[0]; in emptyScanResults() local 534 int[] levels = {mThresholdMinimumRssi2G - 1, mThresholdMinimumRssi5G - 1}; in verifyMinimumRssiThreshold() local 567 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; in verifyMinimumTimeGapWhenConnected() local 615 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; in verifyNoMinimumTimeGapWhenDisconnected() local 664 int[] levels = {mThresholdQualifiedRssi5G - 2}; in lowRssi5GNetworkIsNotSufficient() local 719 int[] levels = {mThresholdQualifiedRssi5G + 5}; in noInternetAccessNetworkIsNotSufficient() local 777 int[] levels = {mThresholdMinimumRssi2G + 20, mThresholdMinimumRssi2G + RSSI_BUMP}; in updateConfiguredNetworks() local 816 int[] levels = {mThresholdQualifiedRssi5G + 8}; in filterOutBlocklistedBssid() local 851 int[] levels = {mThresholdQualifiedRssi5G + 8}; in filterOutAdminAllowlistRestrictedSsid() local 888 int[] levels = {mThresholdQualifiedRssi5G + 8}; in filterOutAdminDenylistRestrictedSsid() local [all …]
|
| D | NetworkSuggestionNominatorTest.java | 107 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForNoMatch() local 149 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForOneMatch() local 188 int[] levels = {-67}; in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local 235 int[] levels = {-56, -45}; in testSelectNetworkSuggestionForMultipleMatch() local 280 int[] levels = {-56, -45}; in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local 327 int[] levels = {-56, -45, -44, -43}; in testSelectNetworkSuggestionForMultipleMatchHighPriorityFromEachPriorityGroupWins() local 374 int[] levels = {-23, -45}; in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local 428 int[] levels = {-23, -45, -56, -65}; in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestionsHighPriorityWins() local 476 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForOneMatchButInToWifiConfigManager() local 526 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForOneMatchForExistingNetwork() local [all …]
|
| D | WifiNetworkSelectorTestUtil.java | 97 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()
|
| D | WifiLastResortWatchdogTest.java | 116 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/ |
| D | DataProcessManagerTest.java | 307 final int[] levels = {100, 99, 98}; in getBatteryLevelData_allDataInOneHour_returnExpectedResult() local 336 final int[] levels = {100, 99}; in getBatteryLevelData_returnExpectedResult() local 380 final long[] timestamps, final int[] levels) { in createHistoryMap()
|
| D | DataProcessorTest.java | 352 final int[] levels = {100, 94, 90, 82, 50}; in getHistoryMapWithExpectedTimestamps_returnExpectedMap() local 389 final int[] levels = {100, 94, 90, 82, 50}; in getLevelDataThroughProcessedHistoryMap_OneDayData_returnExpectedResult() local 422 final int[] levels = {100, 94, 90, 82}; in getLevelDataThroughProcessedHistoryMap_MultipleDaysData_returnExpectedResult() local 483 final int[] levels = {100, 88}; in getLevelDataThroughProcessedHistoryMap_daylightSaving25Hour_returnExpectedResult() local 586 final int[] levels = {100, 88}; in getLevelDataThroughProcessedHistoryMap_daylightSaving23Hour_returnExpectedResult() local 1748 final long[] timestamps, final int[] levels) { in createHistoryMap()
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| D | Pyramid.cpp | 27 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/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
| D | BatteryChartViewModel.java | 60 BatteryChartViewModel(@NonNull List<Integer> levels, @NonNull List<Long> timestamps, in BatteryChartViewModel()
|
| /packages/modules/Virtualization/libs/apkverify/src/ |
| D | hashtree.rs | 73 let levels = calc_hash_levels(input_size, block_size, digest_size); in generate_hash_tree() localVariable
|
| /packages/modules/NeuralNetworks/runtime/test/ |
| D | TestUnspecifiedDimensions.cpp | 238 std::vector<SpecificationLevel> levels{ in SetUp() local
|
| /packages/apps/Gallery2/src/com/android/photos/views/ |
| D | TiledImageRenderer.java | 207 int levels = 1; in calculateLevelCount() local
|
| /packages/apps/WallpaperPicker/src/com/android/photos/views/ |
| D | TiledImageRenderer.java | 207 int levels = 1; in calculateLevelCount() local
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/ |
| D | WifiScoreCard.java | 2610 List<BandwidthEstimatorStats.PerLevel> levels = new ArrayList<>(); in dumpBandwidthStatsPerLink() local
|