Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTestableNotificationManagerService.java33 int countSystemChecks = 0; field in TestableNotificationManagerService
75 countSystemChecks++; in isCallingUidSystem()
81 countSystemChecks++; in isCallingAppIdSystem()
87 countSystemChecks++; in isCallerSystemOrPhone()
93 countSystemChecks++; in isCallerSystemOrSystemUi()
DNotificationManagerServiceTest.java6622 int systemChecks = mService.countSystemChecks; in testRestore()
6624 assertEquals(1, mService.countSystemChecks - systemChecks); in testRestore()
6649 int systemChecks = mService.countSystemChecks; in testBackup()
6653 assertEquals(1, mService.countSystemChecks - systemChecks); in testBackup()
12230 assertTrue(mService.countSystemChecks > 0);