Home
last modified time | relevance | path

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

/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java92 updateForegroundNotification(message.what); in handleMessage()
100 updateForegroundNotification(R.string.connecting); in connect()
160 private void updateForegroundNotification(final int message) { in updateForegroundNotification() method in ToyVpnService