Home
last modified time | relevance | path

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

/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java58 private PendingIntent mConfigureIntent; field in ToyVpnService
68 mConfigureIntent = PendingIntent.getActivity(this, 0, new Intent(this, ToyVpnClient.class), in onCreate()
124 connection.setConfigureIntent(mConfigureIntent); in startConnection()
170 .setContentIntent(mConfigureIntent) in updateForegroundNotification()
DToyVpnConnection.java87 private PendingIntent mConfigureIntent; field in ToyVpnConnection
124 mConfigureIntent = intent; in setConfigureIntent()
347 builder.setSession(mServerName).setConfigureIntent(mConfigureIntent); in configure()