Searched refs:configureIntent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java97 public PendingIntent configureIntent; field in class:VpnConfig
157 out.writeParcelable(configureIntent, flags);
182 config.configureIntent = in.readParcelable(null);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java90 if (mConfig.configureIntent != null) {
123 mConfig.configureIntent.send();
/frameworks/base/core/java/android/net/
H A DVpnService.java431 mConfig.configureIntent = intent;

Completed in 109 milliseconds