Searched refs:ShadowNotificationManager (Results 1 – 7 of 7) sorted by relevance
32 import com.android.settings.testutils.shadow.ShadowNotificationManager;76 @Config(shadows = ShadowNotificationManager.class)78 final ShadowNotificationManager snm = Shadow.extract(mContext.getSystemService( in hasAccess_granted_yes()85 @Config(shadows = ShadowNotificationManager.class)
32 import com.android.settings.testutils.shadow.ShadowNotificationManager;44 @Config(shadows = ShadowNotificationManager.class)52 private ShadowNotificationManager mNotificationManager;
30 public class ShadowNotificationManager extends org.robolectric.shadows.ShadowNotificationManager { class
75 import org.robolectric.shadows.ShadowNotificationManager;180 ShadowNotificationManager shadowNotificationManager = Shadows.shadowOf( in doWork_mandatory_doesNotSendNotificationOrScheduleAlarm()223 ShadowNotificationManager shadowNotificationManager = Shadows.shadowOf( in doWork_deferred_dismissibleUiState_schedulesAlarmAndSendsNotification()253 ShadowNotificationManager shadowNotificationManager = Shadows.shadowOf( in doWork_deferred_persistentUiState_schedulesAlarmAndSendsOngoingNotification()
40 import com.android.settings.testutils.shadow.ShadowNotificationManager;56 @Config(shadows = {ShadowNotificationManager.class, ShadowRestrictedLockUtilsInternal.class})
48 @Config(shadows = {ShadowUtils.class, ShadowNotificationManager.class})83 ShadowNotificationManager.setINotificationManager(mNotificationManager); in setUp()
27 class ShadowNotificationManager { class