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

12

/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.java83 private static final boolean VDBG = GattServiceConfig.VDBG; field in class:GattService
722 if (VDBG) {
1097 if (VDBG) Log.d(TAG, "onNotify() - address=" + address
1114 if (VDBG) Log.d(TAG, "onReadCharacteristic() - address=" + address
1127 if (VDBG) Log.d(TAG, "onWriteCharacteristic() - address=" + address
1146 if (VDBG) Log.d(TAG, "onExecuteCompleted() - address=" + address
1158 if (VDBG) Log.d(TAG, "onReadDescriptor() - address=" + address
1170 if (VDBG) Log.d(TAG, "onWriteDescriptor() - address=" + address
1500 if (VDBG) Lo
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMnsObexServer.java35 private boolean VDBG = MapClientService.VDBG; field in class:MnsObexServer
55 if (VDBG) Log.v(TAG, "onConnect");
75 if (VDBG) Log.v(TAG, "onDisconnect");
80 if (VDBG) Log.v(TAG, "onGet");
86 if (VDBG) Log.v(TAG, "onPut");
115 if (VDBG) Log.v(TAG, "onAbort");
122 if (VDBG) Log.v(TAG, "onSetPath");
128 if (VDBG) Log.v(TAG, "onClose");
H A DMnsService.java40 private static final Boolean VDBG = MapClientService.VDBG; field in class:MnsService
56 if (VDBG) Log.v(TAG, "MnsService()");
70 if (VDBG) Log.v(TAG, "stop()");
H A DMapClientService.java41 static final boolean VDBG = false; field in class:MapClientService
127 if (VDBG) Log.v(TAG, "Saved priority " + device + " = " + priority);
212 if (VDBG) Log.v(TAG, "Binder()");
236 if (VDBG) Log.v(TAG, "isConnected()");
243 if (VDBG) Log.v(TAG, "connect()");
250 if (VDBG) Log.v(TAG, "disconnect()");
257 if (VDBG) Log.v(TAG, "getConnectedDevices()");
264 if (VDBG) Log.v(TAG, "getDevicesMatchingConnectionStates()");
271 if (VDBG) Log.v(TAG, "getConnectionState()");
H A DMasClient.java46 private static final boolean VDBG = MapClientService.VDBG; field in class:MasClient
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogChangeReceiver.java32 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in class:CallLogChangeReceiver
43 if (VDBG) {
/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.java64 // Do not check in with VDBG = true, since that may write PII to the system log.
65 private static final boolean VDBG = false; field in class:CallController
131 if (VDBG) log("handleMessage: " + msg);
191 if (VDBG) log(" extras = " + intent.getExtras());
211 if (VDBG) {
296 if (VDBG) log("- actual number to dial: '" + number + "'");
310 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass());
437 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
534 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 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 + "'");
228 if (VDBG) Log.v(TAG, "- uri: " + uri);
229 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'");
438 if (VDBG) {
H A DPhoneGlobals.java101 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:PhoneGlobals
190 if (VDBG) Log.v(LOG_TAG, "event=" + msg.what);
272 if (VDBG) Log.v(LOG_TAG, "onCreate()...");
514 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")...");
614 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()...");
750 if (VDBG) Log.v(LOG_TAG, "carrier config changed.");
754 if (VDBG) Log.v(LOG_TAG, "default data sub changed.");
798 if (VDBG) Log.v(LOG_TAG, "handleServiceStateChanged");
809 if (VDBG) {
826 if (VDBG) Lo
[all...]
H A DCallNotifier.java61 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CallNotifier
253 if (VDBG) log("resetAudioStateAfterDisconnect()...");
744 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);
759 if (VDBG) log("onMessageWaitingIndicatorChanged(): " + this.mSubId + " " + visible);
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
555 if (VDBG) {
667 if (VDBG) {
668 // When VDBG is true we emit PII.
1419 if (VDBG) {
1504 if (VDBG) {
1534 if (VDBG) {
1656 if (VDBG) log("getCompactNameFromCallerInfo: compactName=" + compactName);
2480 if (VDBG) Lo
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPhonebookPullRequest.java47 private static final boolean VDBG = false; field in class:PhonebookPullRequest
67 if (VDBG) {
102 if (VDBG) {
H A DBluetoothPbapRequestPullPhoneBook.java33 private static final boolean VDBG = false; field in class:BluetoothPbapRequestPullPhoneBook
101 if (VDBG) {
H A DCallLogPullRequest.java38 private static boolean VDBG = false; field in class:CallLogPullRequest
59 if (VDBG) {
98 if (VDBG) {
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DCarrierProvider.java38 private static final boolean VDBG = false; // STOPSHIP if true field in class:CarrierProvider
63 if (VDBG) {
93 if (VDBG) {
109 if (VDBG) {
H A DTelephonyProvider.java120 private static final boolean VDBG = false; // STOPSHIP if true field in class:TelephonyProvider
347 if (VDBG) log("getVersion:+");
355 if (VDBG) log("getVersion:- version=0x" + Integer.toHexString(version));
383 if (VDBG) log("dbh.onOpen:+ db=" + db);
403 if (VDBG) log("dbh.onOpen:- db=" + db);
478 if (VDBG) log("dbh.initDatabase:+ db=" + db);
523 if (VDBG) {
552 if (VDBG) log("dbh.initDatabase:- db=" + db);
705 if (VDBG) {
716 if (VDBG) {
[all...]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastConfigService.java19 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.VDBG;
169 if (VDBG) {
H A DCellBroadcastAlertAudio.java20 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.VDBG;
189 if (VDBG) log("onInit() TTS engine status: " + status);
H A DCellBroadcastReceiver.java38 static final boolean VDBG = false; // STOPSHIP: change to false before ship field in class:CellBroadcastReceiver
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterState.java39 private static final boolean VDBG = true; field in class:AdapterState
536 if (VDBG) Log.v(TAG, msg);
H A DAdapterProperties.java53 private static final boolean VDBG = false; field in class:AdapterProperties
831 if (VDBG) Log.i(TAG, msg);
/packages/apps/Settings/src/com/android/settings/
H A DApnEditor.java68 private final static boolean VDBG = false; // STOPSHIP if true field in class:ApnEditor
817 if (VDBG) {
838 if (VDBG) {
1050 if (VDBG) Log.d(TAG, "validateAndSave: not calling update()");

Completed in 416 milliseconds

12