Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 35) sorted by relevance

12

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSavedNetworkNominatorTest.java136 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreNetworksIfUseExternalScores() local
141 freqs, caps, levels, securities, mWifiConfigManager, mClock); in ignoreNetworksIfUseExternalScores()
163 int[] levels = {RSSI_LEVEL}; in ignoreNetworkIfSimIsAbsentForEapSimNetwork() local
167 freqs, levels, mWifiConfigManager, mClock); in ignoreNetworkIfSimIsAbsentForEapSimNetwork()
192 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreEphemeralNetworks() local
197 freqs, caps, levels, securities, mWifiConfigManager, mClock); in ignoreEphemeralNetworks()
222 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in ignoreNetworksIfAutojoinNotAllowed() local
227 freqs, caps, levels, securities, mWifiConfigManager, mClock); in ignoreNetworksIfAutojoinNotAllowed()
258 int[] levels = {RSSI_LEVEL, RSSI_LEVEL}; in returnNoCandidateIfNoNetworksAllowAutojoin() local
263 freqs, caps, levels, securities, mWifiConfigManager, mClock); in returnNoCandidateIfNoNetworksAllowAutojoin()
[all …]
DNetworkSuggestionNominatorTest.java121 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForNoMatch() local
134 buildScanDetails(scanSsids, bssids, freqs, caps, levels, mClock); in testSelectNetworkSuggestionForNoMatch()
164 int[] levels = {-67, -76}; in testSelectNetworkSuggestionForOneMatch() local
176 buildScanDetails(scanSsids, bssids, freqs, caps, levels, mClock); in testSelectNetworkSuggestionForOneMatch()
204 int[] levels = {-67}; in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local
217 buildScanDetails(scanSsids, bssids, freqs, caps, levels, mClock); in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion()
252 int[] levels = {-56, -45}; in testSelectNetworkSuggestionForMultipleMatch() local
265 buildScanDetails(scanSsids, bssids, freqs, caps, levels, mClock); in testSelectNetworkSuggestionForMultipleMatch()
298 int[] levels = {-56, -45}; in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local
311 buildScanDetails(scanSsids, bssids, freqs, caps, levels, mClock); in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins()
[all …]
DWifiNetworkSelectorTest.java549 int[] levels = new int[0]; in emptyScanResults() local
554 freqs, caps, levels, securities, mWifiConfigManager, mClock); in emptyScanResults()
583 int[] levels = {mThresholdMinimumRssi2G - 1, mThresholdMinimumRssi5G - 1}; in verifyMinimumRssiThreshold() local
588 freqs, caps, levels, securities, mWifiConfigManager, mClock); in verifyMinimumRssiThreshold()
619 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; in verifyMinimumTimeGapWhenConnected() local
625 freqs, caps, levels, securities, mWifiConfigManager, mClock); in verifyMinimumTimeGapWhenConnected()
672 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; in verifyNoMinimumTimeGapWhenDisconnected() local
678 freqs, caps, levels, securities, mWifiConfigManager, mClock); in verifyNoMinimumTimeGapWhenDisconnected()
723 int[] levels = {mThresholdQualifiedRssi5G - 2}; in lowRssi5GNetworkIsNotSufficient() local
728 freqs, caps, levels, securities, mWifiConfigManager, mClock); in lowRssi5GNetworkIsNotSufficient()
[all …]
DWifiNetworkSelectorTestUtil.java98 String[] bssids, int[] freqs, String[] caps, int[] levels, int[] securities, in setupScanDetailsAndConfigStore() argument
100 List<ScanDetail> scanDetails = buildScanDetails(ssids, bssids, freqs, caps, levels, clock); in setupScanDetailsAndConfigStore()
110 String[] bssids, int[] freqs, String[] caps, int[] levels, in setupScanDetailsAndConfigStore() argument
119 caps, levels, iesByteStream, clock); in setupScanDetailsAndConfigStore()
142 String[] bssids, int[] freqs, int[] levels, in setupScanDetailsAndConfigForEapSimNetwork() argument
149 List<ScanDetail> scanDetails = buildScanDetails(ssids, bssids, freqs, caps, levels, clock); in setupScanDetailsAndConfigForEapSimNetwork()
217 String[] caps, int[] levels, Clock clock) { in buildScanDetails() argument
224 bssids[index], caps[index], levels[index], freqs[index], timeStamp, 0); in buildScanDetails()
244 String[] caps, int[] levels, byte[][] iesByteStream, Clock clock) { in buildScanDetailsWithNetworkDetails() argument
255 bssids[index], caps[index], levels[index], freqs[index], timeStamp, in buildScanDetailsWithNetworkDetails()
DWifiLastResortWatchdogTest.java116 String[] bssids, int[] frequencies, String[] caps, int[] levels, in createFilteredQnsCandidates() argument
123 bssids[index], caps[index], levels[index], frequencies[index], timeStamp, in createFilteredQnsCandidates()
139 String[] bssids, int[] frequencies, String[] caps, int[] levels, in createFilteredQnsCandidates() argument
147 bssids[index], caps[index], levels[index], frequencies[index], timeStamp, in createFilteredQnsCandidates()
888 int[] levels = {-60, -86, -50, -62, -60, -86, -50, -62}; in testFailureCounting_countFailuresAcrossSsids() local
896 bssids, frequencies, caps, levels, isEphemeral, hasEverConnected); in testFailureCounting_countFailuresAcrossSsids()
1521 int[] levels = {-60, -86, -50, -62, -60}; in testMetricsCollection() local
1526 bssids, frequencies, caps, levels, isEphemeral, hasEverConnected); in testMetricsCollection()
1629 bssids, frequencies, caps, levels, isEphemeral, hasEverConnected); in testMetricsCollection()
1832 int[] levels = {-60}; in testIncrementingWatchdogConnectionFailuresAfterTrigger() local
[all …]
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartViewModel.java53 String generateSlotBatteryLevelText(List<Integer> levels, int index); in generateSlotBatteryLevelText() argument
69 @NonNull List<Integer> levels, in BatteryChartViewModel()
74 levels.size() == timestamps.size() && levels.size() >= MIN_LEVELS_DATA_SIZE, in BatteryChartViewModel()
78 levels.size(), in BatteryChartViewModel()
80 mLevels = levels; in BatteryChartViewModel()
DBatteryChartPreferenceController.java625 public String generateSlotBatteryLevelText(List<Integer> levels, int index) {
628 index == SELECTED_INDEX_ALL ? levels.size() - 1 : index + 1;
631 generateBatteryLevelText(levels.get(fromBatteryLevelIndex)),
632 generateBatteryLevelText(levels.get(toBatteryLevelIndex)));
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DPyramid.cpp27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked() argument
31 int lines, size = calcStorage(width, height, border2, levels, &lines); in allocatePyramidPacked()
33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels in allocatePyramidPacked()
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels]; in allocatePyramidPacked()
41 for (last = (curr = img) + levels; curr < last; curr++) { in allocatePyramidPacked()
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *li… in calcStorage() argument
102 while(levels--) { in calcStorage()
DPyramid.h40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
/packages/modules/Virtualization/libs/apkverify/src/
Dhashtree.rs73 let levels = calc_hash_levels(input_size, block_size, digest_size); in generate_hash_tree() localVariable
74 let tree_size = levels.iter().map(|r| r.len()).sum(); in generate_hash_tree()
79 for (n, cur) in levels.iter().enumerate() { in generate_hash_tree()
99 let prev = &levels[n - 1]; in generate_hash_tree()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessManagerTest.java375 final int[] levels = {100, 99, 98}; in getBatteryLevelData_allDataInOneHour_returnExpectedResult() local
376 DataProcessManager.sFakeBatteryHistoryMap = createHistoryMap(timestamps, levels); in getBatteryLevelData_allDataInOneHour_returnExpectedResult()
404 final int[] levels = {100, 99}; in getBatteryLevelData_returnExpectedResult() local
405 DataProcessManager.sFakeBatteryHistoryMap = createHistoryMap(timestamps, levels); in getBatteryLevelData_returnExpectedResult()
450 final long[] timestamps, final int[] levels) { in createHistoryMap() argument
454 final ContentValues values = getContentValuesWithBatteryLevel(levels[index]); in createHistoryMap()
DDataProcessorTest.java432 final int[] levels = {100, 94, 90, 82, 50}; in getHistoryMapWithExpectedTimestamps_returnExpectedMap() local
434 createHistoryMap(timestamps, levels); in getHistoryMapWithExpectedTimestamps_returnExpectedMap()
473 final int[] levels = {100, 94, 90, 82, 50}; in getLevelDataThroughProcessedHistoryMap_OneDayData_returnExpectedResult() local
475 createHistoryMap(timestamps, levels); in getLevelDataThroughProcessedHistoryMap_OneDayData_returnExpectedResult()
482 final List<Integer> expectedDailyLevels = List.of(levels[0], levels[4]); in getLevelDataThroughProcessedHistoryMap_OneDayData_returnExpectedResult()
486 List.of(List.of(levels[0], levels[2], levels[4])); in getLevelDataThroughProcessedHistoryMap_OneDayData_returnExpectedResult()
504 final int[] levels = {100, 94, 90, 82}; in getLevelDataThroughProcessedHistoryMap_MultipleDaysData_returnExpectedResult() local
506 createHistoryMap(timestamps, levels); in getLevelDataThroughProcessedHistoryMap_MultipleDaysData_returnExpectedResult()
564 final int[] levels = {100, 88}; in getLevelDataThroughProcessedHistoryMap_daylightSaving25Hour_returnExpectedResult() local
566 createHistoryMap(timestamps, levels); in getLevelDataThroughProcessedHistoryMap_daylightSaving25Hour_returnExpectedResult()
[all …]
/packages/modules/adb/docs/dev/
Ddebugging.md31 See libusb documentation for available [log levels](https://libusb.sourceforge.io/api-1.0/group__li…
57 Alternatively, components' log levels can be set directly on `logcat` command-line.
/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() argument
59 for (LogLevel level : levels) { in forTagAndLevels()
/packages/modules/NeuralNetworks/runtime/test/
DTestUnspecifiedDimensions.cpp238 std::vector<SpecificationLevel> levels{ in SetUp() local
243 levels[modelIndex] = kSpecificationLevelModel; in SetUp()
245 levels[executionIndex] = kSpecificationLevelExecution; in SetUp()
247 mSpecificationLevels = std::move(levels); in SetUp()
/packages/modules/DnsResolver/
DREADME.md3 This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR.
/packages/modules/common/proguard/
Dframework-sdk.pro4 # targets, must preserve certain levels of compatiblity across the API
/packages/modules/Wifi/service/proto/src/
Dscorecard.proto59 // Link bandwidth stats of all bands, links and signal levels
128 // Bandwidth of all signal levels
195 // Link bandwidth stats of all bands, links and signal levels
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java207 int levels = 1; in calculateLevelCount() local
212 levels++; in calculateLevelCount()
214 mLevelCount = levels; in calculateLevelCount()
/packages/modules/common/proto/
Dclasspaths.proto40 // Not setting this attribute implies the jar can be used on all API levels.
/packages/modules/Virtualization/docs/debug/
DREADME.md21 There currently are two levels defined: NONE and FULL. NONE means that the VM
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2610 List<BandwidthEstimatorStats.PerLevel> levels = new ArrayList<>(); in dumpBandwidthStatsPerLink() local
2615 levels.add(currStats); in dumpBandwidthStatsPerLink()
2618 stats.level = levels.toArray(new BandwidthEstimatorStats.PerLevel[0]); in dumpBandwidthStatsPerLink()
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t134 * NNAPI feature levels.
142 * specification. Feature levels after Android API level 31 have no association with
/packages/modules/Bluetooth/system/doc/
Dpower_management.md44 The tables that determine which power levels are acceptable for which profiles
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt61 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Ca…
63 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Ca…
65 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Ca…
67 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Ca…
69 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Ca…
71 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Vm…
73 …Callbacks must be abstract class instead of interface to enable extension in future API levels: Vm…

12