Searched refs:isMT (Results 1 – 7 of 7) sorted by relevance
76 public boolean isMT; field in DriverCall107 ret.isMT = p.nextBoolean(); in fromCLCCLine()154 + (isMT ? "mt" : "mo") + "," in toString()
148 mIsIncoming = dc.isMT; in GsmCdmaConnection()335 if (! (mIsIncoming || c.isMT)) return true; in compareTo()346 return mIsIncoming == c.isMT && equalsHandlesNulls(mAddress, cAddress); in compareTo()
376 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
1047 if (!isPhoneTypeGsm() && conn.isIncoming() != dc.isMT) { in handlePollCalls()1048 if (dc.isMT == true) { in handlePollCalls()
3925 dc.isMT = call10.isMT; in convertToDriverCall()3965 dc.isMT = halCall.isMT; in convertToDriverCall()5563 srvccCalls[i].isMT = srvccConnections[i].isIncoming(); in convertToHalSrvccCall()
409 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
53 CallInfo (boolean isMT, State state, boolean isMpty, String number) { in CallInfo() argument54 mIsMT = isMT; in CallInfo()92 ret.isMT = mIsMT; in toDriverCall()