Searched refs:mCompanionMgr (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 225 @Mock private ICompanionDeviceManager mCompanionMgr; field in NotificationManagerServiceTest 392 mCompanionMgr, mSnoozeHelper, mUsageStats, mPolicyFile, mActivityManager, in setUp() local 1731 when(mCompanionMgr.getAssociations(PKG, mUid)).thenReturn(associations); in testCreateChannelNotifyListener() 1759 when(mCompanionMgr.getAssociations(PKG, mUid)).thenReturn(associations); in testCreateChannelGroupNotifyListener() 1779 when(mCompanionMgr.getAssociations(PKG, mUid)).thenReturn(associations); in testUpdateChannelNotifyListener() 1797 when(mCompanionMgr.getAssociations(PKG, mUid)).thenReturn(associations); in testDeleteChannelNotifyListener() 1813 when(mCompanionMgr.getAssociations(PKG, mUid)).thenReturn(associations); in testDeleteChannelGroupNotifyListener() 1830 when(mCompanionMgr.getAssociations(PKG, mUid)).thenReturn(associations); in testUpdateNotificationChannelFromPrivilegedListener_success() 1850 when(mCompanionMgr.getAssociations(PKG, mUid)).thenReturn(associations); in testUpdateNotificationChannelFromPrivilegedListener_noAccess() 1873 when(mCompanionMgr.getAssociations(PKG, mUid)).thenReturn(associations); in testUpdateNotificationChannelFromPrivilegedListener_badUser() [all …]
|