Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DBuiltinPackageDependency.java22 import com.android.car.internal.NotificationHelperBase;
76 public static NotificationHelperBase createNotificationHelper(Context builtinContext) { in createNotificationHelper()
82 return (NotificationHelperBase) constructor.newInstance(builtinContext); in createNotificationHelper()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBuiltinPackageDependencyUnitTest.java24 import com.android.car.internal.NotificationHelperBase;
35 NotificationHelperBase helper = BuiltinPackageDependency.createNotificationHelper( in testCreateNotificationHelper()
/packages/services/Car/car-lib/src/com/android/car/internal/
DNotificationHelperBase.java32 public abstract class NotificationHelperBase { class
66 public NotificationHelperBase(Context context) { in NotificationHelperBase() method in NotificationHelperBase
/packages/services/Car/service-builtin/src/com/android/car/admin/
DNotificationHelper.java39 import com.android.car.internal.NotificationHelperBase;
50 public final class NotificationHelper extends NotificationHelperBase {
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java35 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_DISMISS_RESOURCE_…
36 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTIN…
37 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_RESOURCE_OVERUSE_…
DWatchdogPerfHandler.java54 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_DISMISS_RESOURCE_…
55 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTIN…
56 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_RESOURCE_OVERUSE_…
130 import com.android.car.internal.NotificationHelperBase;
339 NotificationHelperBase.RESOURCE_OVERUSE_NOTIFICATION_BASE_ID; in WatchdogPerfHandler()
341 NotificationHelperBase.RESOURCE_OVERUSE_NOTIFICATION_MAX_OFFSET; in WatchdogPerfHandler()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java39 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_DISMISS_RESOURCE_…
40 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTIN…
41 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_RESOURCE_OVERUSE_…
42 import static com.android.car.internal.NotificationHelperBase.RESOURCE_OVERUSE_NOTIFICATION_BASE_ID;
DWatchdogPerfHandlerUnitTest.java42 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_DISMISS_RESOURCE_…
43 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTIN…
44 import static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_RESOURCE_OVERUSE_…
45 import static com.android.car.internal.NotificationHelperBase.RESOURCE_OVERUSE_NOTIFICATION_BASE_ID;
46 import static com.android.car.internal.NotificationHelperBase.RESOURCE_OVERUSE_NOTIFICATION_MAX_OFF…