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;
410
if (
DBG_POLL
) log("obtainCompleteMessage: pendingOperations=" +
420
if (
DBG_POLL
) log("operationComplete: pendingOperations=" +
505
if (
DBG_POLL
) log("poll: conn[i=" + i + "]=" +
512
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;
368
if (
DBG_POLL
) log("obtainCompleteMessage: pendingOperations=" +
378
if (
DBG_POLL
) log("operationComplete: pendingOperations=" +
457
if (
DBG_POLL
) log("poll: conn[i=" + i + "]=" +
464
if (
DBG_POLL
) log("poll: pendingMO=" + pendingMO);
854
if (
DBG_POLL
) log(
[
all
...]
Completed in 713 milliseconds