Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 55) sorted by relevance

123

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationStatsTest.java51 NotificationStats stats = new NotificationStats(); in testConstructor() local
64 NotificationStats stats = new NotificationStats(); in testSeen() local
71 NotificationStats stats = new NotificationStats(); in testDirectReplied() local
78 NotificationStats stats = new NotificationStats(); in testExpanded() local
85 NotificationStats stats = new NotificationStats(); in testSnoozed() local
92 NotificationStats stats = new NotificationStats(); in testViewedSettings() local
99 NotificationStats stats = new NotificationStats(); in testDismissalSurface() local
106 NotificationStats stats = new NotificationStats(); in testDismissalSentiment() local
113 NotificationStats stats = new NotificationStats(); in testWriteToParcel() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DEventOrderingVerificationTest.java37 SensorStats stats = new SensorStats(); in testNoEvents() local
47 SensorStats stats = new SensorStats(); in testSequentialTimestamp() local
57 SensorStats stats = new SensorStats(); in testSingleOutofOrder() local
74 SensorStats stats = new SensorStats(); in testMultipleOutOfOrder() local
100 private void verifyStats(SensorStats stats, boolean passed, int count) { in verifyStats()
106 private List<Integer> getIndices(SensorStats stats) { in getIndices()
DFrequencyVerificationTest.java39 SensorStats stats = new SensorStats(); in testVerifification() local
93 private void verifyStats(SensorStats stats, boolean passed, double frequency) { in verifyStats()
DMeanLargerThanVerificationTest.java45 SensorStats stats = new SensorStats(); in testVerify() local
91 private void verifyStats(SensorStats stats, boolean passed, float[] means) { in verifyStats()
DMeanVerificationTest.java49 SensorStats stats = new SensorStats(); in testVerify() local
151 private void verifyStats(SensorStats stats, boolean passed, float[] means) { in verifyStats()
DEventOrderingVerification.java65 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
72 void verify(SensorStats stats) { in verify()
DMeanLargerThanVerification.java94 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
99 void verify(SensorStats stats) { in verify()
DOffsetVerification.java79 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
86 protected void verify(SensorStats stats) { in verify()
DJitterVerificationTest.java50 SensorStats stats = new SensorStats(); in testVerify() local
116 private void verifyStats(SensorStats stats, boolean passed, double percentageJitter) { in verifyStats()
DMagnitudeVerification.java85 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
92 void verify(SensorStats stats) { in verify()
DISensorVerification.java49 void verify(TestSensorEnvironment environment, SensorStats stats); in verify()
DInitialValueVerification.java93 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
100 void verify(SensorStats stats) { in verify()
DInitialValueVerificationTest.java94 SensorStats stats = new SensorStats(); in verifyStatsWithTwoWindows() local
115 private static void verifyStats(SensorStats stats, boolean passed, float[] initialMeans, in verifyStats()
DStandardDeviationVerification.java126 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
133 void verify(SensorStats stats) { in verify()
DEventBasicVerification.java166 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
171 void verify(SensorStats stats) { in verify()
DMeanVerification.java102 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
109 void verify(SensorStats stats) { in verify()
DEventBasicVerificationTest.java49 SensorStats stats; in testVerify() local
DOffsetVerificationTest.java99 SensorStats stats = new SensorStats(); in runStats() local
DMagnitudeVerificationTest.java53 SensorStats stats = new SensorStats(); in runStats() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DSensorOperation.java46 protected SensorOperation(SensorStats stats) { in SensorOperation()
78 protected void addSensorStats(String key, SensorStats stats) { in addSensorStats()
88 protected void addSensorStats(String key, int index, SensorStats stats) { in addSensorStats()
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java87 final StorageStatsManager stats = getContext() in testVerify() local
101 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class); in testVerifySummary() local
113 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class); in testVerifyStats() local
146 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class); in testVerifyStatsMultiple() local
176 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class); in testVerifyStatsExternal() local
228 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class); in testVerifyStatsExternalConsistent() local
307 final StorageStatsManager stats = context.getSystemService(StorageStatsManager.class); in testCacheClearing() local
384 final StorageStatsManager stats = context.getSystemService(StorageStatsManager.class); in testCacheBehavior() local
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorStatsTest.java32 SensorStats stats = new SensorStats(); in testFlatten() local
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java213 WindowContentFrameStats stats = mUiAutomation.getWindowContentFrameStats(windowId); in testWindowContentFrameStats() local
234 WindowContentFrameStats stats = mUiAutomation.getWindowContentFrameStats(windowId); in testWindowContentFrameStats_NoAnimation() local
255 WindowAnimationFrameStats stats = mUiAutomation.getWindowAnimationFrameStats(); in testWindowAnimationFrameStatsDoesNotCrash() local
460 private void assertWindowContentTimestampsInAscendingOrder(WindowContentFrameStats stats) { in assertWindowContentTimestampsInAscendingOrder()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memory/
DProcessDmabufMemoryTests.java69 AtomsProto.ProcessDmabufMemory stats = atom.getProcessDmabufMemory(); in testProcessDmabufMemoryAtom() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageStatsTest.java36 PackageStats stats = new PackageStats(PACKAGE_NAME); in testPackageStats() local

123