Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java163 private boolean mIsBusinessComposerFeatureEnabled = false; field in ImsPhoneConnection
1409 if (!mIsBusinessComposerFeatureEnabled) { in maybeInjectBusinessComposerExtras()
1435 return mIsBusinessComposerFeatureEnabled; in getIsBusinessComposerFeatureEnabled()
1440 mIsBusinessComposerFeatureEnabled = isBusinessComposerEnabledByConfig(phone) in setIsBusinessComposerFeatureEnabled()
1444 + "phone=[%s]", mIsBusinessComposerFeatureEnabled, phone)); in setIsBusinessComposerFeatureEnabled()