Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java339 int countSystemChecks = 0; field in NotificationManagerServiceTest.TestableNotificationManagerService
356 countSystemChecks++; in isCallingUidSystem()
362 countSystemChecks++; in isCallerSystemOrPhone()
4197 int systemChecks = mService.countSystemChecks; in testRestore()
4199 assertEquals(1, mService.countSystemChecks - systemChecks); in testRestore()
4223 int systemChecks = mService.countSystemChecks; in testBackup()
4227 assertEquals(1, mService.countSystemChecks - systemChecks); in testBackup()