HomeSort by relevance Sort by last modified time
    Searched defs:DLG_BASE (Results 1 - 3 of 3) sorted by null

  /development/apps/Development/src/com/android/development/
PermissionDetails.java 65 private static final int DLG_BASE = 0;
66 private static final int DLG_ERROR = DLG_BASE + 1;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 114 private static final int DLG_BASE = 0;
115 private static final int DLG_UNKNOWN_SOURCES = DLG_BASE + 1;
116 private static final int DLG_PACKAGE_ERROR = DLG_BASE + 2;
117 private static final int DLG_OUT_OF_SPACE = DLG_BASE + 3;
118 private static final int DLG_INSTALL_ERROR = DLG_BASE + 4;
119 private static final int DLG_ADMIN_RESTRICTS_UNKNOWN_SOURCES = DLG_BASE + 6;
120 private static final int DLG_NOT_SUPPORTED_ON_WEAR = DLG_BASE + 7;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppInfoBase.java 76 protected static final int DLG_BASE = 0;

Completed in 1288 milliseconds