Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java20 import static android.net.VpnManager.NOTIFICATION_CHANNEL_VPN;
286 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_VPN) in showNotification()
/aosp14/frameworks/base/core/java/android/net/
H A DVpnManager.java98 public static final String NOTIFICATION_CHANNEL_VPN = "VPN"; field in VpnManager
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java27 import static android.net.VpnManager.NOTIFICATION_CHANNEL_VPN;
2477 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_VPN) in updateAlwaysOnNotification()