Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java279 protected Integer mDefaultSimVoice = null; field in DeviceSetup
674 if (mDefaultSimVoice != null) { in processOptions()
675 mGlobalSettings.put("multi_sim_voice_call", Integer.toString(mDefaultSimVoice)); in processOptions()
1291 mDefaultSimVoice = defaultSimVoice; in setDefaultSimVoice()