Searched refs:VDBG (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattServiceConfig.java24 public static final boolean VDBG = false; field in class:GattServiceConfig
H A DGattService.java71 private static final boolean VDBG = GattServiceConfig.VDBG; field in class:GattService
584 if (VDBG) Log.d(TAG, "onScanResult() - address=" + address
719 if (VDBG) Log.d(TAG, "onSearchResult() - address=" + address + ", uuid=" + uuid);
739 if (VDBG) Log.d(TAG, "onGetCharacteristic() - address=" + address
776 if (VDBG) Log.d(TAG, "onGetDescriptor() - address=" + address
807 if (VDBG) Log.d(TAG, "onGetIncludedService() - address=" + address
848 if (VDBG) Log.d(TAG, "onNotify() - address=" + address
875 if (VDBG) Log.d(TAG, "onReadCharacteristic() - address=" + address
895 if (VDBG) Lo
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DCallerInfoCache.java51 private static final boolean VDBG = false; field in class:CallerInfoCache
114 if (VDBG) log("CacheAsyncTask#onPostExecute()");
121 if (VDBG) log("CacheAsyncTask#onCanceled()");
179 if (VDBG) log("refreshCacheEntry() started");
230 if (VDBG) {
256 if (VDBG) log("refreshCacheEntry() ended");
293 if (VDBG) log("Trying to lookup " + number);
302 if (VDBG) log("Trying to lookup " + key);
306 if (VDBG) log("Obtained " + entry);
H A DCallController.java65 // Do not check in with VDBG = true, since that may write PII to the system log.
66 private static final boolean VDBG = false; field in class:CallController
132 if (VDBG) log("handleMessage: " + msg);
192 if (VDBG) log(" extras = " + intent.getExtras());
212 if (VDBG) {
315 if (VDBG) log("- actual number to dial: '" + number + "'");
329 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass());
456 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
553 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state);
H A DCallLogger.java41 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CallLogger
102 if (VDBG) log("- callLogType: " + callLogType + ", UserData: " + c.getUserData());
185 if (VDBG) log("getLogNumber: " + number);
H A DPhoneGlobals.java104 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:PhoneGlobals
305 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = "
324 if (VDBG) Log.v(LOG_TAG, "onCreate()...");
624 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")...");
727 if (VDBG) Log.d(LOG_TAG, "pokeUserActivity()...");
769 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()...");
812 if (VDBG) {
871 if (VDBG) Log.d(LOG_TAG, "ACTION_DOCK_EVENT -> mDockState = " + mDockState);
888 // TODO: use "if (VDBG)" here.
921 if (VDBG) Lo
[all...]
H A DCallNotifier.java75 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CallNotifier
303 if (VDBG) log("- connection is ringing! state = " + state);
332 if (VDBG) log("Holding wake lock on new incoming connection.");
345 if (VDBG) log("- onNewRingingConnection() done.");
436 if (VDBG) log("onPhoneStateChanged: state = " + state);
471 if (VDBG) log("onPhoneStateChanged: OFF HOOK");
485 if (VDBG) log("onDisconnect()... CallManager state: " + mCM.getState());
539 if (VDBG) log("- need to play CALL_ENDED tone!");
567 if (VDBG) log("- starting post-disconnect tone (" + toneToPlay + ")...");
611 if (VDBG) lo
[all...]
H A DOutgoingCallBroadcaster.java73 // Do not check in with VDBG = true, since that may write PII to the system log.
74 private static final boolean VDBG = false; field in class:OutgoingCallBroadcaster
188 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'");
269 if (VDBG) Log.v(TAG, "- uri: " + uri);
270 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'");
479 if (VDBG) {
H A DPhoneUtils.java79 // Do not check in with VDBG = true, since that may write PII to the system log.
80 private static final boolean VDBG = false; field in class:PhoneUtils
571 if (VDBG) {
697 if (VDBG) {
698 // When VDBG is true we emit PII.
1448 if (VDBG) {
1533 if (VDBG) {
1563 if (VDBG) {
1685 if (VDBG) log("getCompactNameFromCallerInfo: compactName=" + compactName);
2536 if (VDBG) Lo
[all...]
H A DNotificationMgr.java77 // Do not check in with VDBG = true, since that may write PII to the system log.
78 private static final boolean VDBG = false; field in class:NotificationMgr
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java67 private static final boolean VDBG = false; // STOPSHIP if true field in class:TelephonyProvider
148 if (VDBG) log("getVersion:+");
156 if (VDBG) log("getVersion:- version=0x" + Integer.toHexString(version));
178 if (VDBG) log("dbh.onOpen:+ db=" + db);
198 if (VDBG) log("dbh.onOpen:- db=" + db);
283 if (VDBG) log("dbh.initDatabase:+ db=" + db);
333 if (VDBG) {
362 if (VDBG) log("dbh.initDatabase:- db=" + db);
509 if (VDBG) {
520 if (VDBG) {
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterState.java40 private static final boolean VDBG = true; field in class:AdapterState
522 if (VDBG) Log.v(TAG, msg);
H A DAdapterProperties.java38 private static final boolean VDBG = false; field in class:AdapterProperties
669 if (VDBG) Log.i(TAG, msg);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java60 private static final boolean VDBG = false; field in class:HealthService
163 if (VDBG) log("register datatype: " + appConfig.getDataType() + " role: " +
514 if (VDBG) log ("Health Device Application: " + config + " State Change: status:" + status);

Completed in 433 milliseconds