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

/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java68 public PendingIntent configureIntent; field in class:VpnConfig
87 out.writeParcelable(configureIntent, flags);
105 config.configureIntent = in.readParcelable(null);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java91 if (mConfig.configureIntent != null) {
124 mConfig.configureIntent.send();
/frameworks/base/core/java/android/net/
H A DVpnService.java279 mConfig.configureIntent = intent;

Completed in 686 milliseconds