Home
last modified time | relevance | path

Searched refs:logEvents (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A DCountQuotaTrackerTest.java200 private void logEvents(int count) { in logEvents() method in CountQuotaTrackerTest
201 logEvents(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, count); in logEvents()
204 private void logEvents(int userId, String pkgName, String tag, int count) { in logEvents() method in CountQuotaTrackerTest
507 logEvents(5); in testisWithinQuota_UnderCount()
514 logEvents(TEST_USER_ID, "com.android.test.spam", TEST_TAG, 30); in testisWithinQuota_OverCount()
521 logEvents(25); in testisWithinQuota_EqualsCount()
533 logEvents(1); in testisWithinQuota_DifferentCategories()
829 logEvents(9); in testTracking_OutOfQuota()