Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DNotificationPressureRule.java20 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()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DNotificationPressureRuleTest.java21 import android.platform.helpers.INotificationHelper;
86 private INotificationHelper mNotificationHelper;
97 protected INotificationHelper initNotificationHelper() { in initNotificationHelper()
99 mNotificationHelper = Mockito.mock(INotificationHelper.class); in initNotificationHelper()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoNotificationMockingHelper.java3 public interface IAutoNotificationMockingHelper extends INotificationHelper, IAppHelper {}
DIAutoNotificationHelper.java19 public interface IAutoNotificationHelper extends INotificationHelper, Scrollable, IAppHelper {
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java20 public interface INotificationHelper extends IAppHelper { interface
/platform_testing/libraries/app-helpers/interfaces/
DAndroid.bp35 srcs: ["auto/**/*.java", "handheld/**/INotificationHelper.java"],