Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
H A DSimSelectNotificationTest.java99 private final CharSequence mFakeNotificationChannelTitle = "fake_notification_channel_title"; field in SimSelectNotificationTest
143 .thenReturn(mFakeNotificationChannelTitle); in setUp()
172 assertThat(nc.getValue().getName()).isEqualTo(mFakeNotificationChannelTitle); in onReceiveEnableMms_notificationShouldSend()