Searched refs:NOTIFICATION_CHANNEL_VPN (Results 1 – 4 of 4) sorted by relevance
20 import static android.net.VpnManager.NOTIFICATION_CHANNEL_VPN;286 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_VPN) in showNotification()
21 import static android.net.VpnManager.NOTIFICATION_CHANNEL_VPN;185 if (!NOTIFICATION_CHANNEL_VPN.equals(notification.getChannelId())) { in isExpectedNotification()
98 public static final String NOTIFICATION_CHANNEL_VPN = "VPN"; field in VpnManager
26 import static android.net.VpnManager.NOTIFICATION_CHANNEL_VPN;2318 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_VPN) in updateAlwaysOnNotification()