Home
last modified time | relevance | path

Searched refs:DBG_POLL (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallTracker.java36 private static final boolean DBG_POLL = false; field in CallTracker
152 if (DBG_POLL) log("checkNoOperationsPending: pendingOperations=" + in checkNoOperationsPending()
180 if (DBG_POLL) { in checkForTestEmergencyNumber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java64 private static final boolean DBG_POLL = false; field in GsmCallTracker
371 if (DBG_POLL) log("obtainCompleteMessage: pendingOperations=" + in obtainCompleteMessage()
381 if (DBG_POLL) log("operationComplete: pendingOperations=" + in operationComplete()
465 if (DBG_POLL) log("poll: conn[i=" + i + "]=" + in handlePollCalls()
472 if (DBG_POLL) log("poll: pendingMO=" + mPendingMO); in handlePollCalls()
884 if (DBG_POLL) log( in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java60 private static final boolean DBG_POLL = false; field in CdmaCallTracker
439 if (DBG_POLL) log("obtainCompleteMessage: pendingOperations=" + in obtainCompleteMessage()
449 if (DBG_POLL) log("operationComplete: pendingOperations=" + in operationComplete()
540 if (DBG_POLL) log("poll: conn[i=" + i + "]=" + in handlePollCalls()
547 if (DBG_POLL) log("poll: pendingMO=" + mPendingMO); in handlePollCalls()
988 if(DBG_POLL) log( in handleMessage()