Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java155 private static final String PREF_USER_SET_CALL_COMPOSER_PREFIX = "userset_callcomposer_prefix"; field in ImsPhone
307 PREF_USER_SET_CALL_COMPOSER_PREFIX + getSubId(), status).commit(); in setCallComposerStatus()
312 return mImsPhoneSharedPreferences.getInt(PREF_USER_SET_CALL_COMPOSER_PREFIX + getSubId(), in getCallComposerStatus()