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

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 118 private static final int DLG_BASE = 0;
119 private static final int DLG_PACKAGE_ERROR = DLG_BASE + 2;
120 private static final int DLG_OUT_OF_SPACE = DLG_BASE + 3;
121 private static final int DLG_INSTALL_ERROR = DLG_BASE + 4;
122 private static final int DLG_UNKNOWN_SOURCES_RESTRICTED_FOR_USER = DLG_BASE + 5;
123 private static final int DLG_ANONYMOUS_SOURCE = DLG_BASE + 6;
124 private static final int DLG_NOT_SUPPORTED_ON_WEAR = DLG_BASE + 7;
125 private static final int DLG_EXTERNAL_SOURCE_BLOCKED = DLG_BASE + 8;
126 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/appinfo/
AppInfoDashboardFragment.java 103 private static final int DLG_BASE = 0;
104 private static final int DLG_FORCE_STOP = DLG_BASE + 1;
105 private static final int DLG_DISABLE = DLG_BASE + 2;
106 private static final int DLG_SPECIAL_DISABLE = DLG_BASE + 3;
107 static final int DLG_CLEAR_INSTANT_APP = DLG_BASE + 4;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppStorageSettings.java 93 private static final int DLG_CLEAR_DATA = DLG_BASE + 1;
94 private static final int DLG_CANNOT_CLEAR_DATA = DLG_BASE + 2;
AppInfoBase.java 82 protected static final int DLG_BASE = 0;

Completed in 288 milliseconds