Searched refs:INotificationHelper (Results 1 – 6 of 6) sorted by relevance
20 import android.platform.helpers.INotificationHelper;33 private INotificationHelper mNotificationHelper = initNotificationHelper();65 INotificationHelper initNotificationHelper() { in initNotificationHelper()66 HelperAccessor<INotificationHelper> helperAccessor = in initNotificationHelper()67 new HelperAccessor<>(INotificationHelper.class); in initNotificationHelper()
21 import android.platform.helpers.INotificationHelper;86 private INotificationHelper mNotificationHelper;97 protected INotificationHelper initNotificationHelper() { in initNotificationHelper()99 mNotificationHelper = Mockito.mock(INotificationHelper.class); in initNotificationHelper()
3 public interface IAutoNotificationMockingHelper extends INotificationHelper, IAppHelper {}
19 public interface IAutoNotificationHelper extends INotificationHelper, Scrollable, IAppHelper {
20 public interface INotificationHelper extends IAppHelper { interface
35 srcs: ["auto/**/*.java", "handheld/**/INotificationHelper.java"],