Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java503 return mUpdateCrossProfileIntentFiltersOnOTA; in getUpdateCrossProfileIntentFiltersOnOTA()
506 return mDefaultProperties.mUpdateCrossProfileIntentFiltersOnOTA; in getUpdateCrossProfileIntentFiltersOnOTA()
513 this.mUpdateCrossProfileIntentFiltersOnOTA = val; in setUpdateCrossProfileIntentFiltersOnOTA()
556 private boolean mUpdateCrossProfileIntentFiltersOnOTA; field in UserProperties
764 mUpdateCrossProfileIntentFiltersOnOTA); in writeToXml()
797 dest.writeBoolean(mUpdateCrossProfileIntentFiltersOnOTA); in writeToParcel()
818 mUpdateCrossProfileIntentFiltersOnOTA = source.readBoolean(); in UserProperties()
853 private boolean mUpdateCrossProfileIntentFiltersOnOTA = false; field in UserProperties.Builder
894 mUpdateCrossProfileIntentFiltersOnOTA = updateCrossProfileIntentFiltersOnOTA; in setUpdateCrossProfileIntentFiltersOnOTA()
937 mUpdateCrossProfileIntentFiltersOnOTA, in build()