Searched refs:toa (Results 1 – 9 of 9) sorted by relevance
52 int toa = origBytes[OFFSET_TOA] & 0xff; in GsmSmsAddress() local53 ton = 0x7 & (toa >> 4); in GsmSmsAddress()56 if ((toa & 0x80) != 0x80) { in GsmSmsAddress()57 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
1906 dc.TOA = calls.get(i).toa; in responseCurrentCalls()1985 dc.TOA = calls.get(i).base.toa; in responseCurrentCalls_1_2()2205 ret[i].toa = callForwardInfos.get(i).toa; in responseCallForwardInfo()
900 ssData.cfInfo[i].toa = cfInfo.toa; in onSupplementaryServiceIndication()
2095 cfInfo.toa = PhoneNumberUtils.toaFromString(number); in queryCallForwardStatus()2126 cfInfo.toa = PhoneNumberUtils.toaFromString(number); in setCallForward()
4287 infos[0].toa = PhoneNumberUtils.TOA_Unknown; in makeEmptyCallForward()
1583 PhoneNumberUtils.stringFromStringAndTOA(info.number, info.toa)); in makeCFQueryResultMessage()
1490 destinations[1] = PhoneNumberUtils.stringFromStringAndTOA(info.number, info.toa); in makeCFQueryResultMessage()
1581 cfInfo.toa = info.getToA(); in getCallForwardInfo()