Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java72 INotificationManager mInm; field in NotificationBackendTest
80 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()