Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
DMockMessageNotificationBuilder.java129 new Intent(mContext, MockService.class), FLAG_UPDATE_CURRENT | FLAG_IMMUTABLE); in build()
331 private static class MockService extends Service { class in MockMessageNotificationBuilder