Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java135 private Notification mMediaNotification; field in PreprocessingManagerTest
194 when(mMediaNotification.isMediaNotification()).thenReturn(true); in setup()
225 when(mStatusBarNotification3.getNotification()).thenReturn(mMediaNotification); in setup()