Searched refs:countSystemChecks (Results 1 – 2 of 2) sorted by relevance
33 int countSystemChecks = 0; field in TestableNotificationManagerService59 countSystemChecks++; in isCallingUidSystem()65 countSystemChecks++; in isCallingAppIdSystem()71 countSystemChecks++; in isCallerSystemOrPhone()77 countSystemChecks++; in isCallerIsSystemOrSystemUi()
5811 int systemChecks = mService.countSystemChecks; in testRestore()5813 assertEquals(1, mService.countSystemChecks - systemChecks); in testRestore()5838 int systemChecks = mService.countSystemChecks; in testBackup()5842 assertEquals(1, mService.countSystemChecks - systemChecks); in testBackup()10673 assertTrue(mService.countSystemChecks > 0);