OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUGV
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/voip/java/com/android/server/sip/
SipWakeLock.java
25
private static final boolean
DEBUGV
= SipService.
DEBUGV
;
39
if (
DEBUGV
) Log.v(TAG, "~~~ hard reset wakelock");
58
if (
DEBUGV
) Log.v(TAG, "acquire wakelock: holder count="
68
if (
DEBUGV
) Log.v(TAG, "release wakelock: holder count="
SipService.java
71
static final boolean
DEBUGV
= false;
584
if (
DEBUGV
) Log.d(TAG, "<<<<< onRinging()");
[
all
...]
Completed in 16 milliseconds