Home
last modified time | relevance | path

Searched refs:getGaugeMetricAtoms (Results 1 – 25 of 37) sorted by relevance

12

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/permissionstate/
DDangerousPermissionStateTests.java81 for (AtomsProto.Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testDangerousPermissionState()
118 for (AtomsProto.Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testDangerousPermissionStateSampled()
136 gaugeMetricDataList = ReportUtils.getGaugeMetricAtoms(getDevice()); in testDangerousPermissionStateSampled()
150 for (AtomsProto.Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testDangerousPermissionStateSampled()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DReportUtils.java130 public static List<Atom> getGaugeMetricAtoms(ITestDevice device) throws Exception { in getGaugeMetricAtoms() method in ReportUtils
131 return getGaugeMetricAtoms(device, /*checkTimestampTruncated=*/false); in getGaugeMetricAtoms()
142 public static List<Atom> getGaugeMetricAtoms(ITestDevice device, in getGaugeMetricAtoms() method in ReportUtils
169 public static List<Atom> getGaugeMetricAtoms( in getGaugeMetricAtoms() method in ReportUtils
171 return getGaugeMetricAtoms( in getGaugeMetricAtoms()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/cpu/
DCpuStatsTests.java75 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testCpuTimePerUid()
99 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testCpuTimePerClusterFreq()
120 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testCpuCyclesPerUidCluster()
143 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testCpuCyclesPerThreadGroupCluster()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/perf/
DProcStatsTests.java74 AtomsProto.Atom atom = ReportUtils.getGaugeMetricAtoms(getDevice()).stream() in testProcessState()
95 AtomsProto.Atom atom = ReportUtils.getGaugeMetricAtoms(getDevice()).stream() in testCachedState()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/notification/
DNotificationStatsTests.java72 for (AtomsProto.Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testNotificationPackagePreferenceExtraction()
107 for (AtomsProto.Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testNotificationChannelPreferencesExtraction()
146 for (AtomsProto.Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testNotificationChannelGroupPreferencesExtraction()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memory/
DProcessMemoryStatsTests.java77 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testProcessMemoryState()
114 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testProcessMemoryHighWaterMark()
154 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testProcessMemorySnapshot()
DVmStatTests.java72 return ReportUtils.getGaugeMetricAtoms(getDevice()); in pullVmStatAsGaugeMetric()
DSystemMemoryStatsTests.java81 return ReportUtils.getGaugeMetricAtoms(getDevice()); in pullSystemMemoryAsGaugeMetric()
DProcessDmabufMemoryTests.java85 return ReportUtils.getGaugeMetricAtoms(getDevice()); in pullAsGaugeMetric()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/users/
DUserInfoStatsTests.java79 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testGuestUserExists()
105 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testSecondaryUserExists()
DMultiUserInfoStatsTests.java73 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testMultiUserInfo()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/apphibernation/
DAppHibernationStatsTest.java117 final List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testUserLevelHibernatedApps()
139 final List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testGlobalHibernatedApps()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/
DMediaCapabilitiesTests.java94 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testSurroundSoundCapabilities()
129 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testDisplayCapabilities()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/devicepower/
DDevicePowerStatsTests.java71 List<AtomsProto.Atom> dataList = ReportUtils.getGaugeMetricAtoms(getDevice()); in testOnDevicePowerMeasurement()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java389 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testRemainingBatteryCapacity()
411 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testFullBatteryCapacity()
430 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testBatteryVoltage()
450 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testBatteryLevel()
471 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testKernelWakelock()
505 List<Atom> dataList = ReportUtils.getGaugeMetricAtoms(getDevice()); in testWifiActivityInfo()
524 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testBuildInformation()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/batterycycle/
DBatteryCycleStatsTests.java72 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testBatteryCycleCount()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStatsdAppSecurityAtomTest.java80 for (AtomsProto.Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testRoleHolder()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gnss/
DGnssPowerStatsTests.java71 List<AtomsProto.Atom> dataList = ReportUtils.getGaugeMetricAtoms(getDevice()); in testGnssPowerStats()
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DInstalledIncrementalPackageStatsTests.java67 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testInstalledIncrementalMetricsReported()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gamemanager/
DGameManagerStatsTests.java152 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testGameModeInfoIsPulled()
181 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testGameModeConfigurationIsPulled()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memorysafety/
DMteStateTest.java92 final List<Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice(), registry, false); in testMteState()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/settingsstats/
DSettingsStatsTests.java103 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testSettingsStatsReported()
/cts/hostsidetests/input/src/android/input/cts/hostside/
DInputAtomsTest.kt154 atoms = ReportUtils.getGaugeMetricAtoms(device, registry, false) in getTouchpadUsageAtom()
272 ReportUtils.getGaugeMetricAtoms(device, registry, false) in setupTouchpadUsageConfig()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/binderstats/
DLooperStatsTests.java77 List<AtomsProto.Atom> atomList = ReportUtils.getGaugeMetricAtoms(getDevice()); in testLooperStats()
DBinderStatsTests.java87 for (Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testBinderStats()

12