Home
last modified time | relevance | path

Searched defs:frequencies (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelCpuThreadReaderTest.java173 long[] frequencies = {1, 2, 3, 4, 1, 2, 3, 4}; in testBucketSetup_simple() local
187 long[] frequencies = {1, 2, 3, 4, 5, 6, 7, 8}; in testBucketSetup_noBig() local
201 long[] frequencies = {1, 2, 3, 4, 5, 1, 2, 3}; in testBucketSetup_moreLittle() local
215 long[] frequencies = {1, 2, 3, 1, 2, 3, 4, 5}; in testBucketSetup_moreBig() local
229 long[] frequencies = {1, 2, 3, 4, 1, 2, 3, 4}; in testBucketSetup_equalBuckets() local
243 long[] frequencies = {1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3}; in testBucketSetup_moreBigBucketsThanFrequencies() local
258 long[] frequencies = {1, 2, 3, 4, 2, 3, 4, 5}; in testBucketSetup_oneBucket() local
273 long[] frequencies = {1, 2, 3, 4, 2, 3, 4, 5, 3, 4, 5, 6}; in testBucketSetup_threeClusters() local
287 long[] frequencies = {1, 1, 1, 1, 1, 1, 1, 1}; in testBucketSetup_moreClustersThanBuckets() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java93 String[] bssids, int[] frequencies, String[] caps, int[] levels, in createFilteredQnsCandidates()
116 String[] bssids, int[] frequencies, String[] caps, int[] levels, in createFilteredQnsCandidates()
862 int[] frequencies = {2437, 5180, 5180, 2437, 2437, 5180, 5180, 2437}; in testFailureCounting_countFailuresAcrossSsids() local
1473 int[] frequencies = {2437, 5180, 5180, 2437, 2437}; in testMetricsCollection() local
1780 int[] frequencies = {2437}; in testIncrementingWatchdogConnectionFailuresAfterTrigger() local
1825 int[] frequencies = {2437}; in testWatchdogAssumesSuccessOnlyIfFirstConnectionAfterRestartSucceeds() local
1897 int[] frequencies = {2437}; in testWatchdogVerifiesAtLeastOneNetworkIsConnectedBeforeTriggeringBugreport() local
2001 int[] frequencies = {2437}; in testMetricsCollectionWithMixtureReason() local
2053 int[] frequencies = {2437}; in testWatchdogWithTimeBasedLogic() local
2115 int[] frequencies = {2437}; in testWatchdogAssumesSuccessOnlyIfConnectedOnSameSsid() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
DPnoNetwork.java34 public int[] frequencies; field in PnoNetwork
/frameworks/av/include/media/
DMicrophoneInfo.h56 Vector<float> frequencies; in MicrophoneInfo() local
116 Vector<float> frequencies; in readFromParcel() local
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuThreadReader.java398 public FrequencyBucketCreator(long[] frequencies, int targetNumBuckets) { in FrequencyBucketCreator()
431 public int[] bucketFrequencies(long[] frequencies) { in bucketFrequencies()
447 private static int[] getClusterStartIndices(long[] frequencies) { in getClusterStartIndices()
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DCpuProfile.java34 public Frequency[] frequencies; field in CpuProfile.Cluster
/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java626 public int[] frequencies = {}; field in WifiScanner.PnoSettings.PnoNetwork
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1210 JSONArray frequencies = new JSONArray(); in jsonPostFrequencies() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2489 public int[] frequencies; field in WifiNative.PnoNetwork