Searched refs:CHANNEL_VENUE_INFO (Results 1 – 2 of 2) sorted by relevance
49 import com.android.networkstack.NetworkStackNotifier.CHANNEL_VENUE_INFO169 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()
89 protected static final String CHANNEL_VENUE_INFO = "connected_note"; field in NetworkStackNotifier129 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()