Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/config/1.1/vts/functional/
H A Dradio_config_hidl_hal_api.cpp62 mConfig->numOfLiveModems = 1; in TEST_P()
64 mConfig->numOfLiveModems = 2; in TEST_P()
66 mConfig->numOfLiveModems = 3; in TEST_P()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioConfig.java502 public void setModemsConfig(int numOfLiveModems, Message result) { in setModemsConfig() argument
513 + ", numOfLiveModems = " + numOfLiveModems); in setModemsConfig()
518 modemsConfig.numOfLiveModems = (byte) numOfLiveModems; in setModemsConfig()
H A DPhoneConfigurationManager.java164 int numOfLiveModems = msg.arg1; in handleMessage() local
165 onMultiSimConfigChanged(numOfLiveModems); in handleMessage()
/aosp12/hardware/interfaces/radio/config/1.1/
H A Dtypes.hal70 uint8_t numOfLiveModems;