Home
last modified time | relevance | path

Searched refs:DLG_BASE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java120 private static final int DLG_BASE = 0; field in PackageInstallerActivity
121 private static final int DLG_PACKAGE_ERROR = DLG_BASE + 2;
122 private static final int DLG_OUT_OF_SPACE = DLG_BASE + 3;
123 private static final int DLG_INSTALL_ERROR = DLG_BASE + 4;
124 private static final int DLG_UNKNOWN_SOURCES_RESTRICTED_FOR_USER = DLG_BASE + 5;
125 private static final int DLG_ANONYMOUS_SOURCE = DLG_BASE + 6;
126 private static final int DLG_NOT_SUPPORTED_ON_WEAR = DLG_BASE + 7;
127 private static final int DLG_EXTERNAL_SOURCE_BLOCKED = DLG_BASE + 8;
/packages/apps/Settings/src/com/android/settings/applications/instantapps/
DInstantAppButtonsController.java53 public static final int DLG_BASE = 0x5032; field in InstantAppButtonsController
54 public static final int DLG_CLEAR_APP = DLG_BASE + 1;
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java83 private static final int DLG_CLEAR_DATA = DLG_BASE + 1;
84 private static final int DLG_CANNOT_CLEAR_DATA = DLG_BASE + 2;
DInstalledAppDetails.java150 private static final int DLG_FORCE_STOP = DLG_BASE + 1;
151 private static final int DLG_DISABLE = DLG_BASE + 2;
152 private static final int DLG_SPECIAL_DISABLE = DLG_BASE + 3;
DAppInfoBase.java80 protected static final int DLG_BASE = 0; field in AppInfoBase