/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SavedNetworkNominatorTest.java | 134 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 …]
|
D | WifiNetworkSelectorTest.java | 546 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 …]
|
D | NetworkSuggestionNominatorTest.java | 121 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 …]
|
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 | 375 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()
|
D | DataProcessorTest.java | 432 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/ |
D | BatteryChartViewModel.java | 53 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/ |
D | LogInterceptor.java | 51 public static LogInterceptor forTagAndLevels(String tag, LogLevel... levels) { in forTagAndLevels()
|
/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/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/Bluetooth/system/gd/discovery/device/ |
D | eir_data_unittest.cc | 174 std::vector<int8_t> levels; in TEST() local
|
/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/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiScoreCard.java | 2610 List<BandwidthEstimatorStats.PerLevel> levels = new ArrayList<>(); in dumpBandwidthStatsPerLink() local
|
/packages/apps/TV/libs/m2/ |
D | javapoet-1.11.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/squareup/
com/ ... |
D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/ |
D | StubGenerator.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jf/
org/ ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |