Searched refs:toa (Results 1 – 8 of 8) sorted by relevance
49 int toa = origBytes[OFFSET_TOA] & 0xff; in GsmSmsAddress() local50 ton = 0x7 & (toa >> 4); in GsmSmsAddress()53 if ((toa & 0x80) != 0x80) { in GsmSmsAddress()54 throw new ParseException("Invalid TOA - high bit must be set. toa = " + toa, in GsmSmsAddress()
32 public int toa; /* "type" from TS 27.007 7.11 */ field in CallForwardInfo
1483 dc.TOA = calls.get(i).toa; in responseCurrentCalls()1562 dc.TOA = calls.get(i).base.toa; in responseCurrentCalls_1_2()1767 ret[i].toa = callForwardInfos.get(i).toa; in responseCallForwardInfo()
809 ssData.cfInfo[i].toa = cfInfo.toa; in onSupplementaryServiceIndication()
1384 cfInfo.toa = PhoneNumberUtils.toaFromString(number); in queryCallForwardStatus()1415 cfInfo.toa = PhoneNumberUtils.toaFromString(number); in setCallForward()
1286 cfInfo.toa = info.getToA(); in getCallForwardInfo()
1385 destinations[1] = PhoneNumberUtils.stringFromStringAndTOA(info.number, info.toa); in makeCFQueryResultMessage()
1554 PhoneNumberUtils.stringFromStringAndTOA(info.number, info.toa)); in makeCFQueryResultMessage()