Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/
DNetworkStackNotifierTest.kt49 import com.android.networkstack.NetworkStackNotifier.CHANNEL_VENUE_INFO
169 doReturn(NotificationChannel(CHANNEL_VENUE_INFO, "TestChannel", IMPORTANCE_DEFAULT)) in setUp()
170 .`when`(mNotificationChannelsNm).getNotificationChannel(CHANNEL_VENUE_INFO) in setUp()
274 val channel = NotificationChannel(CHANNEL_VENUE_INFO, "test channel", IMPORTANCE_NONE) in testConnectedVenueInfoNotification_VenueInfoDisabled()
275 doReturn(channel).`when`(mNotificationChannelsNm).getNotificationChannel(CHANNEL_VENUE_INFO) in testConnectedVenueInfoNotification_VenueInfoDisabled()
311 doReturn(null).`when`(mNm).getNotificationChannel(CHANNEL_VENUE_INFO) in testVenueInfoNotification_VenueInfoDisabled()
/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java89 protected static final String CHANNEL_VENUE_INFO = "connected_note"; field in NetworkStackNotifier
129 createNotificationChannel(CHANNEL_VENUE_INFO, in NetworkStackNotifier()
236 final String channel = showValidated ? CHANNEL_CONNECTED : CHANNEL_VENUE_INFO; in updateNotifications()
308 .getNotificationChannel(CHANNEL_VENUE_INFO); in isVenueInfoNotificationEnabled()