Searched refs:DLG_BASE (Results 1 – 1 of 1) sorted by relevance
104 private static final int DLG_BASE = 0; field in PackageInstallerActivity105 private static final int DLG_PACKAGE_ERROR = DLG_BASE + 2;106 private static final int DLG_OUT_OF_SPACE = DLG_BASE + 3;107 private static final int DLG_INSTALL_ERROR = DLG_BASE + 4;108 private static final int DLG_UNKNOWN_SOURCES_RESTRICTED_FOR_USER = DLG_BASE + 5;109 private static final int DLG_ANONYMOUS_SOURCE = DLG_BASE + 6;110 private static final int DLG_NOT_SUPPORTED_ON_WEAR = DLG_BASE + 7;111 private static final int DLG_EXTERNAL_SOURCE_BLOCKED = DLG_BASE + 8;112 private static final int DLG_INSTALL_APPS_RESTRICTED_FOR_USER = DLG_BASE + 9;