Searched refs:mInm (Results 1 – 1 of 1) sorted by relevance
72 INotificationManager mInm; field in NotificationBackendTest80 mNotificationBackend.setNm(mInm); in setUp()91 when(mInm.isImportanceLocked(pi.packageName, 123)).thenReturn(true); in testMarkAppRow_fixedImportance()108 when(mInm.isImportanceLocked(anyString(), anyInt())).thenReturn(false); in testMarkAppRow_notFixedPermission()127 when(mInm.isPermissionFixed(pi.packageName, 0)).thenReturn(false); in testMarkAppRow_targetsT_noPermissionRequest()147 when(mInm.isPermissionFixed(pi.packageName, 0)).thenReturn(false); in testMarkAppRow_targetsT_permissionRequest()