OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBG_POLL
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallTracker.java
35
private static final boolean
DBG_POLL
= false;
117
if (
DBG_POLL
) log("checkNoOperationsPending: pendingOperations=" +
145
if (
DBG_POLL
) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
52
private static final boolean
DBG_POLL
= false;
420
if (
DBG_POLL
) log("obtainCompleteMessage: pendingOperations=" +
430
if (
DBG_POLL
) log("operationComplete: pendingOperations=" +
516
if (
DBG_POLL
) log("poll: conn[i=" + i + "]=" +
523
if (
DBG_POLL
) log("poll: pendingMO=" + mPendingMO);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
59
private static final boolean
DBG_POLL
= false;
380
if (
DBG_POLL
) log("obtainCompleteMessage: pendingOperations=" +
390
if (
DBG_POLL
) log("operationComplete: pendingOperations=" +
470
if (
DBG_POLL
) log("poll: conn[i=" + i + "]=" +
477
if (
DBG_POLL
) log("poll: pendingMO=" + mPendingMO);
868
if (
DBG_POLL
) log(
[
all
...]
Completed in 344 milliseconds