Searched refs:toa (Results 1 – 12 of 12) sorted by relevance
51 int toa = origBytes[OFFSET_TOA] & 0xff; in GsmSmsAddress() local52 ton = 0x7 & (toa >> 4); in GsmSmsAddress()55 if ((toa & 0x80) != 0x80) { in GsmSmsAddress()56 throw new ParseException("Invalid TOA - high bit must be set. toa = " + toa, in GsmSmsAddress()
42 public int toa; /* "type" from TS 27.007 7.11 */ field in CallForwardInfo
237 cfInfo.toa = PhoneNumberUtils.toaFromString(number); in getCallForwardStatus()246 cfInfo.toa = PhoneNumberUtils.toaFromString(number); in getCallForwardStatus()563 cfInfo.toa = PhoneNumberUtils.toaFromString(number); in setCallForward()573 cfInfo.toa = PhoneNumberUtils.toaFromString(number); in setCallForward()
112 ret[i].toa = callForwardInfos[i].toa; in getCallForwardStatusResponse()
349 ssData.cfInfo[i].toa = cfInfo.toa; in onSupplementaryServiceIndication()
949 ssData.cfInfo[i].toa = cfInfo.toa; in onSupplementaryServiceIndication()
2315 ret[i].toa = callForwardInfos.get(i).toa; in responseCallForwardInfo()
3923 dc.TOA = call10.toa; in convertToDriverCall()3963 dc.TOA = halCall.toa; in convertToDriverCall()
5050 infos[0].toa = PhoneNumberUtils.TOA_Unknown; in makeEmptyCallForward()
1774 PhoneNumberUtils.stringFromStringAndTOA(info.number, info.toa)); in makeCFQueryResultMessage()
1567 destinations[1] = PhoneNumberUtils.stringFromStringAndTOA(info.number, info.toa); in makeCFQueryResultMessage()
1726 cfInfo.toa = info.getToA(); in getCallForwardInfo()