Home
last modified time | relevance | path

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

/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnConnection.java123 public void setConfigureIntent(PendingIntent intent) { in setConfigureIntent() method in ToyVpnConnection
347 builder.setSession(mServerName).setConfigureIntent(mConfigureIntent); in configure()
DToyVpnService.java124 connection.setConfigureIntent(mConfigureIntent); in startConnection()