Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandParams.java230 BIPClientParams(CommandDetails cmdDet, TextMessage textMsg, boolean has_alpha_id) { in BIPClientParams() argument
233 mHasAlphaId = has_alpha_id; in BIPClientParams()
DCommandParamsFactory.java1075 boolean has_alpha_id = false; in processBIPClient()
1082 has_alpha_id = true; in processBIPClient()
1093 mCmdParams = new BIPClientParams(cmdDet, textMsg, has_alpha_id); in processBIPClient()