Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java74 INotificationManager mMockBinderService; field in NotificationShellCmdTest
86 when(mMockService.getBinderService()).thenReturn(mMockBinderService); in setUp()
118 verify(mMockBinderService).enqueueNotificationWithTag( in captureNotification()