Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java92 INDEX_ALWAYS_VISIBLE,
115 private static final int INDEX_ALWAYS_VISIBLE = 11; field in UserProperties
732 if (isPresent(INDEX_ALWAYS_VISIBLE)) return mAlwaysVisible; in getAlwaysVisible()
739 setPresent(INDEX_ALWAYS_VISIBLE); in setAlwaysVisible()
1279 if (isPresent(INDEX_ALWAYS_VISIBLE)) { in writeToXml()