Home
last modified time | relevance | path

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

123

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationStatsTest.java70 NotificationStats stats = new NotificationStats(); in testConstructor() local
84 NotificationStats stats = new NotificationStats(); in testSeen() local
92 NotificationStats stats = new NotificationStats(); in testDirectReplied() local
101 NotificationStats stats = new NotificationStats(); in testSmartReplied() local
109 NotificationStats stats = new NotificationStats(); in testExpanded() local
117 NotificationStats stats = new NotificationStats(); in testSnoozed() local
125 NotificationStats stats = new NotificationStats(); in testViewedSettings() local
133 NotificationStats stats = new NotificationStats(); in testDismissalSurface() local
141 NotificationStats stats = new NotificationStats(); in testDismissalSentiment() local
149 NotificationStats stats = new NotificationStats(); in testWriteToParcel() local
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/
DSimpleTestLogger.java70 public void logStats(@NonNull CallStats stats) { in logStats()
75 public void logStats(@NonNull PutDocumentStats stats) { in logStats()
80 public void logStats(@NonNull InitializeStats stats) { in logStats()
85 public void logStats(@NonNull SearchStats stats) { in logStats()
90 public void logStats(@NonNull RemoveStats stats) { in logStats()
95 public void logStats(@NonNull OptimizeStats stats) { in logStats()
100 public void logStats(@NonNull SetSchemaStats stats) { in logStats()
105 public void logStats(@NonNull SchemaMigrationStats stats) { in logStats()
/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()
DEventBasicVerification.java166 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
171 void verify(SensorStats stats) { in verify()
DStandardDeviationVerification.java126 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
133 void verify(SensorStats stats) { in verify()
DMeanVerification.java102 public void verify(TestSensorEnvironment environment, SensorStats stats) { in verify()
109 void verify(SensorStats stats) { in verify()
/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/tests/tests/car/src/android/car/cts/utils/watchdog/
DResourceOveruseConfigurationSubject.java43 Iterable<ResourceOveruseConfiguration> stats) { in assertThat()
52 public void containsExactly(ResourceOveruseConfiguration... stats) { in containsExactly()
DIoOveruseConfigurationSubject.java63 Iterable<IoOveruseConfiguration> stats) { in assertThat()
72 public void containsExactly(IoOveruseConfiguration... stats) { in containsExactly()
/cts/hostsidetests/car/app/src/android/car/cts/app/watchdog/
DResourceOveruseConfigurationSubject.java44 Iterable<ResourceOveruseConfiguration> stats) { in assertThat()
59 public void containsExactly(ResourceOveruseConfiguration... stats) { in containsExactly()
DIoOveruseConfigurationSubject.java63 Iterable<IoOveruseConfiguration> stats) { in assertThat()
72 public void containsExactly(IoOveruseConfiguration... stats) { in containsExactly()
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java92 private StorageStatsManager stats; field in StorageStatsTest
117 final StorageStatsManager stats = getContext() in testVerify() local
131 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class); in testVerifySummary() local
143 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class); in testVerifyStats() local
238 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class); in testVerifyStatsExternal() local
290 final StorageStatsManager stats = getContext().getSystemService(StorageStatsManager.class); in testVerifyStatsExternalConsistent() local
368 final StorageStatsManager stats = context.getSystemService(StorageStatsManager.class); in testCacheClearing() local
445 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.java218 WindowContentFrameStats stats = mUiAutomation.getWindowContentFrameStats(windowId); in testWindowContentFrameStats() local
239 WindowContentFrameStats stats = mUiAutomation.getWindowContentFrameStats(windowId); in testWindowContentFrameStats_NoAnimation() local
259 WindowAnimationFrameStats stats = mUiAutomation.getWindowAnimationFrameStats(); in testWindowAnimationFrameStatsDoesNotCrash() local
518 private void assertWindowContentTimestampsInAscendingOrder(WindowContentFrameStats stats) { in assertWindowContentTimestampsInAscendingOrder()

123