Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java44 public static String VPN = "VPN"; field in SystemNotificationChannels
108 VPN, in createAll()
/frameworks/base/proto/src/
Dsystem_messages.proto92 // Notify the user that always-on VPN has disconnected.
104 // Update the user about the status of the VPN
Dmetrics_constants.proto611 // OPEN: Settings > More > VPN
614 VPN = 100; enumerator
2505 // OPEN: Settings > Wireless > VPN > Config dialog
2508 // OPEN: Settings > Wireless > VPN > Config dialog for app
2511 // OPEN: Settings > Wireless > VPN > Cannot connect dialog
2514 // OPEN: Settings > Wireless > VPN > Replace existing VPN dialog
/frameworks/base/keystore/java/android/security/
DCredentials.java70 public static final String VPN = "VPN_"; field in Credentials
/frameworks/base/services/core/java/com/android/server/net/
DLockdownVpnTracker.java336 new Notification.Builder(mContext, SystemNotificationChannels.VPN) in showNotification()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1299 new Notification.Builder(mContext, SystemNotificationChannels.VPN) in updateAlwaysOnNotificationInternal()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3552 profileName, mKeyStore.get(Credentials.VPN + profileName)); in updateLockdownVpn()