Searched refs:ATTR_IS_READY (Results 1 – 1 of 1) sorted by relevance
223 private static final String ATTR_IS_READY = "isReady"; field in PackageInstallerSession4517 writeBooleanAttribute(out, ATTR_IS_READY, isStagedSessionReady()); in write()4710 final boolean isReady = in.getAttributeBoolean(null, ATTR_IS_READY, false); in readFromXml()