Home
last modified time | relevance | path

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

/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java161 final String NOTIFICATION_CHANNEL_ID = "ToyVpn"; in updateForegroundNotification() local
165 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID, in updateForegroundNotification()
167 startForeground(1, new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in updateForegroundNotification()