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
5053 // TAG_RESTORED_RUNTIME_PERMISSIONS blocks, each containing some
5065 serializer.startTag(null, TAG_RESTORED_RUNTIME_PERMISSIONS);
5089 serializer.endTag(null, TAG_RESTORED_RUNTIME_PERMISSIONS);
5233 case TAG_RESTORED_RUNTIME_PERMISSIONS: {

Completed in 32 milliseconds