/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/permissionstate/ |
D | DangerousPermissionStateTests.java | 81 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/ |
D | ReportUtils.java | 130 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/ |
D | CpuStatsTests.java | 75 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/ |
D | ProcStatsTests.java | 74 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/ |
D | NotificationStatsTests.java | 72 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/ |
D | ProcessMemoryStatsTests.java | 77 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()
|
D | VmStatTests.java | 72 return ReportUtils.getGaugeMetricAtoms(getDevice()); in pullVmStatAsGaugeMetric()
|
D | SystemMemoryStatsTests.java | 81 return ReportUtils.getGaugeMetricAtoms(getDevice()); in pullSystemMemoryAsGaugeMetric()
|
D | ProcessDmabufMemoryTests.java | 85 return ReportUtils.getGaugeMetricAtoms(getDevice()); in pullAsGaugeMetric()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/users/ |
D | UserInfoStatsTests.java | 79 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testGuestUserExists() 105 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testSecondaryUserExists()
|
D | MultiUserInfoStatsTests.java | 73 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testMultiUserInfo()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/apphibernation/ |
D | AppHibernationStatsTest.java | 117 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/ |
D | MediaCapabilitiesTests.java | 94 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/ |
D | DevicePowerStatsTests.java | 71 List<AtomsProto.Atom> dataList = ReportUtils.getGaugeMetricAtoms(getDevice()); in testOnDevicePowerMeasurement()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/ |
D | HostAtomTests.java | 389 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/ |
D | BatteryCycleStatsTests.java | 72 List<Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testBatteryCycleCount()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | StatsdAppSecurityAtomTest.java | 80 for (AtomsProto.Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testRoleHolder()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gnss/ |
D | GnssPowerStatsTests.java | 71 List<AtomsProto.Atom> dataList = ReportUtils.getGaugeMetricAtoms(getDevice()); in testGnssPowerStats()
|
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/ |
D | InstalledIncrementalPackageStatsTests.java | 67 List<AtomsProto.Atom> data = ReportUtils.getGaugeMetricAtoms(getDevice()); in testInstalledIncrementalMetricsReported()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gamemanager/ |
D | GameManagerStatsTests.java | 152 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/ |
D | MteStateTest.java | 92 final List<Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice(), registry, false); in testMteState()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/settingsstats/ |
D | SettingsStatsTests.java | 103 List<AtomsProto.Atom> atoms = ReportUtils.getGaugeMetricAtoms(getDevice()); in testSettingsStatsReported()
|
/cts/hostsidetests/input/src/android/input/cts/hostside/ |
D | InputAtomsTest.kt | 154 atoms = ReportUtils.getGaugeMetricAtoms(device, registry, false) in getTouchpadUsageAtom() 272 ReportUtils.getGaugeMetricAtoms(device, registry, false) in setupTouchpadUsageConfig()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/binderstats/ |
D | LooperStatsTests.java | 77 List<AtomsProto.Atom> atomList = ReportUtils.getGaugeMetricAtoms(getDevice()); in testLooperStats()
|
D | BinderStatsTests.java | 87 for (Atom atom : ReportUtils.getGaugeMetricAtoms(getDevice())) { in testBinderStats()
|