Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/testapps/callaudiotest/src/com/android/server/telecom/callaudiotest/
H A DCallAudioTestActivity.java36 public static final String AUTO_ANSWER_ENABLED = "auto_answer_enabled"; field in CallAudioTestActivity
50 edit.putBoolean(AUTO_ANSWER_ENABLED, isChecked); in onCreate()
59 mEnable.setChecked(prefs.getBoolean(AUTO_ANSWER_ENABLED, false)); in loadPreferences()
H A DCallAudioTestInCallService.java56 mIsAutoAnswerEnabled = prefs.getBoolean(CallAudioTestActivity.AUTO_ANSWER_ENABLED, false); in onBind()