OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VDBG
(Results
51 - 58
of
58
) sorted by null
1
2
3
/frameworks/base/services/java/com/android/server/connectivity/
Tethering.java
78
private final static boolean
VDBG
= false;
206
if (
VDBG
) Log.d(TAG, "interfaceStatusChanged " + iface + ", " + up);
231
if (
VDBG
) Log.d(TAG, "ignore interface down for " + iface);
241
if (
VDBG
) Log.d(TAG, "interfaceLinkStateChanged " + iface + ", " + up);
273
if (
VDBG
) Log.d(TAG, "interfaceAdded " + iface);
288
if (
VDBG
) Log.d(TAG, iface + " is not a tetherable iface, ignoring");
294
if (
VDBG
) Log.d(TAG, "active iface (" + iface + ") reported as added, ignoring");
304
if (
VDBG
) Log.d(TAG, "interfaceRemoved " + iface);
308
if (
VDBG
) {
516
if (
VDBG
) Log.d(TAG, "Tethering got CONNECTIVITY_ACTION")
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java
59
private static final boolean
VDBG
= false;
386
if (
VDBG
) Rlog.d(LOG_TAG, "requestAudioFocus on STREAM_RING");
414
if (
VDBG
) Rlog.d(LOG_TAG, "requestAudioFocus on STREAM_VOICE_CALL");
424
if (
VDBG
) Rlog.d(LOG_TAG, "abandonAudioFocus");
520
if (
VDBG
) {
530
if (
VDBG
) {
562
if (
VDBG
) {
578
if (
VDBG
) {
587
if (
VDBG
) {
615
if (
VDBG
) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java
80
protected static final boolean
VDBG
= false; // STOPSHIP if true
622
if (
VDBG
) log("fetchDunApn: global TETHER_DUN_APN dunSetting=" + dunSetting);
629
if (
VDBG
) log("fetchDunApn: config_tether_apndata dunSetting=" + dunSetting);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java
87
private static final boolean
VDBG
= false;
[
all
...]
GSMPhone.java
95
private static final boolean
VDBG
= false; /* STOPSHIP if true */
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneUtils.java
77
// Do not check in with
VDBG
= true, since that may write PII to the system log.
78
private static final boolean
VDBG
= false;
669
if (
VDBG
) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java
88
private static final boolean
VDBG
= false; /* STOP SHIP if true */
[
all
...]
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
173
private static final boolean
VDBG
= false;
201
private static final int DEFAULT_SAMPLING_INTERVAL_IN_SECONDS = (
VDBG
? 30 : 12 * 60);
204
private static final int DEFAULT_START_SAMPLING_INTERVAL_IN_SECONDS = (
VDBG
? 30 : 60);
518
if (
VDBG
) log("raString=" + raString + " r=" + r);
539
if (
VDBG
) log("naString=" + naString + " config=" + n);
566
if (
VDBG
) log("mNetworksDefined=" + mNetworksDefined);
[
all
...]
Completed in 1085 milliseconds
1
2
3