Home
last modified time | relevance | path

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

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