Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DTestableNotificationManagerService.java33 int countSystemChecks = 0; field in TestableNotificationManagerService
59 countSystemChecks++; in isCallingUidSystem()
65 countSystemChecks++; in isCallingAppIdSystem()
71 countSystemChecks++; in isCallerSystemOrPhone()
77 countSystemChecks++; in isCallerIsSystemOrSystemUi()
H A DNotificationManagerServiceTest.java5811 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);