Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java1523 .getBoolean(ConfigNames.ANSWER_AND_RELEASE_ENABLED, true)) { in shouldAllowAnswerAndRelease()
1748 static final String ANSWER_AND_RELEASE_ENABLED = "answer_and_release_enabled"; field in InCallActivity.ConfigNames