Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
DMockMessageNotificationBuilder.java57 private static final String TITLE_MUTE= "Mute"; field in MockMessageNotificationBuilder
367 TITLE_MUTE, mPendingIntent)).addRemoteInput( in getNonMockMuteAction()
376 when(action.title).thenReturn(TITLE_MUTE); in getMockMuteAction()
386 when(action.getTitle()).thenReturn(TITLE_MUTE); in getMockMuteAction()