Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockSimService.java486 private int convertMockSimAppState(String appstate) { in convertMockSimAppState() argument
488 switch (appstate) { in convertMockSimAppState()
697 int appstate = convertMockSimAppState(parser.getAttributeValue(0)); in loadSimProfileFromXml() local
698 mSimApp[appidx].appState = appstate; in loadSimProfileFromXml()
706 + appstate in loadSimProfileFromXml()