Searched refs:cancelStateRunnable (Results 1 – 2 of 2) sorted by relevance
68 @NonNull Runnable cancelStateRunnable) { in DeviceStateNotificationController() argument69 this(context, handler, cancelStateRunnable, new NotificationInfoProvider(context), in DeviceStateNotificationController()76 @NonNull Runnable cancelStateRunnable, in DeviceStateNotificationController() argument82 mCancelStateRunnable = cancelStateRunnable; in DeviceStateNotificationController()
95 Runnable cancelStateRunnable = mock(Runnable.class); in setup() local126 context, handler, cancelStateRunnable, mNotificationInfoProvider, in setup()