Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java804 return mUpdateCrossProfileIntentFiltersOnOTA; in getUpdateCrossProfileIntentFiltersOnOTA()
807 return mDefaultProperties.mUpdateCrossProfileIntentFiltersOnOTA; in getUpdateCrossProfileIntentFiltersOnOTA()
814 this.mUpdateCrossProfileIntentFiltersOnOTA = val; in setUpdateCrossProfileIntentFiltersOnOTA()
821 private boolean mUpdateCrossProfileIntentFiltersOnOTA; field in UserProperties
1249 mUpdateCrossProfileIntentFiltersOnOTA); in writeToXml()
1308 dest.writeBoolean(mUpdateCrossProfileIntentFiltersOnOTA); in writeToParcel()
1337 mUpdateCrossProfileIntentFiltersOnOTA = source.readBoolean(); in UserProperties()
1384 private boolean mUpdateCrossProfileIntentFiltersOnOTA = false; field in UserProperties.Builder
1470 mUpdateCrossProfileIntentFiltersOnOTA = updateCrossProfileIntentFiltersOnOTA; in setUpdateCrossProfileIntentFiltersOnOTA()
1588 mUpdateCrossProfileIntentFiltersOnOTA, in build()