OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIALOGS_PACKAGE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/net/
VpnConfig.java
44
public static final String
DIALOGS_PACKAGE
= "com.android.vpndialogs";
50
intent.setClassName(
DIALOGS_PACKAGE
,
DIALOGS_PACKAGE
+ ".ConfirmDialog");
56
intent.setClassName(
DIALOGS_PACKAGE
,
DIALOGS_PACKAGE
+ ".ManageDialog");
/frameworks/base/services/java/com/android/server/connectivity/
Vpn.java
602
ApplicationInfo app = pm.getApplicationInfo(VpnConfig.
DIALOGS_PACKAGE
, 0);
[
all
...]
Completed in 68 milliseconds