Searched defs:TAG_RESTORED_RUNTIME_PERMISSIONS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java224 private static final String TAG_RESTORED_RUNTIME_PERMISSIONS = "restored-perms"; field in class:Settings
5061 // TAG_RESTORED_RUNTIME_PERMISSIONS blocks, each containing some
5073 serializer.startTag(null, TAG_RESTORED_RUNTIME_PERMISSIONS);
5097 serializer.endTag(null, TAG_RESTORED_RUNTIME_PERMISSIONS);
5244 case TAG_RESTORED_RUNTIME_PERMISSIONS: {

Completed in 107 milliseconds