Searched refs:mInm (Results 1 – 8 of 8) sorted by relevance
54 INotificationManager mInm; field in SummarizationGlobalPreferenceControllerTest62 mController.mBackend.setNm(mInm); in setUp()72 when(mInm.getUnsupportedAdjustmentTypes()).thenReturn(List.of(KEY_SUMMARIZATION)); in isAvailable_flagEnabledNasDoesNotSupport_shouldReturnFalse()85 when(mInm.getAllowedAssistantAdjustments(any())).thenReturn(List.of(KEY_SUMMARIZATION)); in isChecked()88 when(mInm.getAllowedAssistantAdjustments(any())).thenReturn(List.of(KEY_IMPORTANCE)); in isChecked()95 verify(mInm).disallowAssistantAdjustment(KEY_SUMMARIZATION); in setChecked()98 verify(mInm).allowAssistantAdjustment(KEY_SUMMARIZATION); in setChecked()
53 INotificationManager mInm; field in SummarizationPreferenceControllerTest61 mController.mBackend.setNm(mInm); in setUp()71 when(mInm.getUnsupportedAdjustmentTypes()).thenReturn(List.of(KEY_SUMMARIZATION)); in isAvailable_flagEnabledNasDoesNotSupport_shouldReturnFalse()84 when(mInm.getAllowedAssistantAdjustments(any())).thenReturn(List.of(KEY_SUMMARIZATION)); in getSummary()87 when(mInm.getAllowedAssistantAdjustments(any())).thenReturn(List.of(KEY_IMPORTANCE)); in getSummary()
53 INotificationManager mInm; field in BundlePreferenceControllerTest63 mController.mBackend.setNm(mInm); in setUp()73 when(mInm.getUnsupportedAdjustmentTypes()).thenReturn(List.of(KEY_TYPE)); in isAvailable_flagEnabledNasDoesNotSupport_shouldReturnFalse()85 when(mInm.getAllowedAssistantAdjustments(any())).thenReturn(List.of(KEY_TYPE)); in getSummary()88 when(mInm.getAllowedAssistantAdjustments(any())).thenReturn(List.of(KEY_IMPORTANCE)); in getSummary()
52 INotificationManager mInm; field in BundleManageAppsPreferenceControllerTest60 mController.mBackend.setNm(mInm); in setUp()70 when(mInm.getUnsupportedAdjustmentTypes()).thenReturn(List.of(Adjustment.KEY_TYPE)); in isAvailable_flagEnabledNasDoesNotSupport_shouldReturnFalse()
53 INotificationManager mInm; field in SummarizationManageAppsPreferenceControllerTest61 mController.mBackend.setNm(mInm); in setUp()71 when(mInm.getUnsupportedAdjustmentTypes()).thenReturn(List.of(KEY_SUMMARIZATION)); in isAvailable_flagEnabledNasDoesNotSupport_shouldReturnFalse()
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()
68 INotificationManager mInm; field in AdjustmentExcludedAppsPreferenceControllerTest94 when(mInm.getUnsupportedAdjustmentTypes()).thenReturn(List.of(KEY_SUMMARIZATION)); in isAvailable_flagEnabledNasDoesNotSupport_shouldReturnFalse()
64 private final INotificationManager mInm; field in ZenHelperBackend76 mInm = INotificationManager.Stub.asInterface( in ZenHelperBackend()88 List<ZenBypassingApp> bypassingApps = mInm.getPackagesBypassingDnd(userId).getList(); in getPackagesBypassingDnd()112 ParceledListSlice<ConversationChannelWrapper> parceledList = mInm.getConversations( in getConversations()