Searched refs:logEvents (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
D | CountQuotaTrackerTest.java | 200 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionProviderImpl.kt | 277 logEvents(entry, loggableDecision) in makeLoggableBubbleDecision() 315 logEvents(decision.entry, decision) in logFullScreenIntentDecision() 318 private fun logEvents(entry: NotificationEntry, loggable: Loggable) { in logEvents() method
|