Searched defs:GsmCallTracker (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java55 public final class GsmCallTracker extends CallTracker { class in inherits:CallTracker
56 static final String LOG_TAG = "GsmCallTracker";
97 GsmCallTracker (GSMPhone phone) { method in class:GsmCallTracker
132 Rlog.d(LOG_TAG, "GsmCallTracker finalized");
386 Rlog.e(LOG_TAG,"GsmCallTracker.pendingOperations < 0");
684 + "does not belong to GsmCallTracker " + this);
699 Rlog.w(LOG_TAG,"GsmCallTracker WARN: hangup() on absent connection "
711 + "does not belong to GsmCallTracker " + this);
719 Rlog.w(LOG_TAG,"GsmCallTracker WARN: separate() on absent connection "
769 "does not belong to GsmCallTracker "
[all...]

Completed in 41 milliseconds