OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configureIntent
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/net/
VpnConfig.java
63
public PendingIntent
configureIntent
;
81
out.writeParcelable(
configureIntent
, flags);
98
config.
configureIntent
= in.readParcelable(null);
/development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java
150
Intent
configureIntent
= new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE);
151
configureIntent
.setComponent(providerInfo.configure);
152
configureIntent
.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId);
154
if (
configureIntent
!= null) {
156
startActivityForResult(
configureIntent
, REQUEST_CONFIGURE);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ManageDialog.java
102
if (mConfig.
configureIntent
!= null) {
132
mConfig.
configureIntent
.send();
/frameworks/base/core/java/android/net/
VpnService.java
279
mConfig.
configureIntent
= intent;
Completed in 2466 milliseconds