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

  /packages/apps/Settings/src/com/android/settings/applications/instantapps/
InstantAppButtonsController.java 53 public static final int DLG_BASE = 0x5032;
54 public static final int DLG_CLEAR_APP = DLG_BASE + 1;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 120 private static final int DLG_BASE = 0;
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;
128 private static final int DLG_INSTALL_APPS_RESTRICTED_FOR_USER = DLG_BASE + 9;
    [all...]
  /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/Settings/src/com/android/settings/applications/
AppStorageSettings.java 83 private static final int DLG_CLEAR_DATA = DLG_BASE + 1;
84 private static final int DLG_CANNOT_CLEAR_DATA = DLG_BASE + 2;
AppInfoBase.java 83 protected static final int DLG_BASE = 0;
InstalledAppDetails.java 146 private static final int DLG_FORCE_STOP = DLG_BASE + 1;
147 private static final int DLG_DISABLE = DLG_BASE + 2;
148 private static final int DLG_SPECIAL_DISABLE = DLG_BASE + 3;
    [all...]

Completed in 347 milliseconds