Home
last modified time | relevance | path

Searched refs:XML_ATTR_BUTTON_ACTION (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DSuspendDialogInfo.java73 private static final String XML_ATTR_BUTTON_ACTION = "buttonAction"; field in SuspendDialogInfo
214 out.attributeInt(null, XML_ATTR_BUTTON_ACTION, mNeutralButtonAction); in saveToXml()
230 in.getAttributeInt(null, XML_ATTR_BUTTON_ACTION, BUTTON_ACTION_MORE_DETAILS); in restoreFromXml()