Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyData.java71 private static final String TAG_INITIALIZATION_BUNDLE = "initialization-bundle"; field in DevicePolicyData
370 out.startTag(null, TAG_INITIALIZATION_BUNDLE); in store()
372 out.endTag(null, TAG_INITIALIZATION_BUNDLE); in store()
579 } else if (TAG_INITIALIZATION_BUNDLE.equals(tag)) { in load()