Searched refs:DBG (Results 1 - 25 of 239) sorted by relevance

12345678910

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattServiceConfig.java23 public static final boolean DBG = false; field in class:GattServiceConfig
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterApp.java28 private static final boolean DBG = false; field in class:AdapterApp
33 if (DBG) Log.d(TAG,"Loading JNI Library");
39 if (DBG) {
50 if (DBG) Log.d(TAG, "onCreate");
56 if (DBG) {
/packages/services/Car/service/src/com/android/car/
H A DCarCabinService.java25 private final static boolean DBG = false; field in class:CarCabinService
28 super(context, cabinHal, Car.PERMISSION_CAR_CABIN, DBG, CarLog.TAG_CABIN);
H A DCarHvacService.java25 private final static boolean DBG = false; field in class:CarHvacService
28 super(context, hvacHal, Car.PERMISSION_CAR_HVAC, DBG, CarLog.TAG_HVAC);
H A DBluetoothAutoConnectStateMachine.java39 private static final boolean DBG = false; field in class:BluetoothAutoConnectStateMachine
87 if (DBG) {
95 if (DBG) {
100 if (DBG) {
108 if (DBG) {
115 if (DBG) {
136 if (DBG) {
144 if (DBG) {
158 if (DBG) {
166 if (DBG) {
[all...]
H A DPerUserCarService.java34 private static final boolean DBG = true; field in class:PerUserCarService
41 if (DBG) {
52 if (DBG) {
60 if (DBG) {
69 if (DBG) {
77 if (DBG) {
H A DPerUserCarServiceHelper.java44 private static boolean DBG = false; field in class:PerUserCarServiceHelper
81 if (DBG) {
93 if (DBG) {
129 if (DBG) {
148 if (DBG) {
168 if (DBG) {
191 if (DBG) {
207 if (DBG) {
221 if (DBG) {
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushServer.java38 private static final boolean DBG = true; field in class:NdefPushServer
73 if (DBG) Log.d(TAG, "starting connection thread");
84 if (DBG) Log.d(TAG, "read " + size + " bytes");
94 if (DBG) Log.d(TAG, "connection broken by IOException", e);
100 if (DBG) Log.d(TAG, "got message " + msg.toString());
108 if (DBG) Log.d(TAG, "about to close");
114 if (DBG) Log.d(TAG, "finished connection thread");
131 if (DBG) Log.d(TAG, "about create LLCP service socket");
138 if (DBG) Log.d(TAG, "failed to create LLCP service socket");
141 if (DBG) Lo
[all...]
H A DNdefPushClient.java36 private static final boolean DBG = true; field in class:NdefPushClient
56 if (DBG) Log.d(TAG, "about to create socket");
66 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME);
105 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
109 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
116 if (DBG) Log.d(TAG, "exception:", e);
120 if (DBG) Log.d(TAG, "about to close");
134 if (DBG) Log.d(TAG, "About to close NPP socket.");
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/
H A DCrashingIconProvider.java31 private static final boolean DBG = false; field in class:CrashingIconProvider
43 if (DBG) Log.d(TAG, "openFile(" + uri + ", " + mode + ")");
49 if (DBG) Log.d(TAG, "delete(" + uri + ", " + selection + ", " + selectionArgs + ")");
55 if (DBG) Log.d(TAG, "getType(" + uri + ")");
61 if (DBG) Log.d(TAG, "insert(" + uri + ", " + values + ")");
68 if (DBG) Log.d(TAG, "query(" + uri + ")");
74 if (DBG) Log.d(TAG, "update(" + uri + ")");
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyCallHelper.java51 private static final boolean DBG = false; field in class:EmergencyCallHelper
77 if (DBG) log("EmergencyCallHelper constructor...");
130 if (DBG) log("startEmergencyCallFromAirplaneModeSequence('" + number + "')...");
141 if (DBG) log("startSequenceInternal(): msg = " + msg);
151 if (DBG) log("- startSequenceInternal: Got mNumber: '" + mNumber + "'");
162 if (DBG) log("- startSequenceInternal: acquiring wake lock");
193 if (DBG) log("onServiceStateChanged()... new state = " + state);
209 if (DBG) log("onServiceStateChanged: ok to call!");
225 if (DBG) log("onServiceStateChanged: not ready to call yet, keep waiting...");
239 if (DBG) lo
[all...]
H A DNetworkQueryService.java44 private static final boolean DBG = true; field in class:NetworkQueryService
85 if (DBG) log("scan completed, broadcasting results");
116 if (DBG) log("registering callback " + cb.getClass().toString());
127 if (DBG) log("starting new query");
129 if (DBG) {
137 if (DBG) log("query already in progress");
165 if (DBG) log("unregistering callback " + cb.getClass().toString());
189 if (DBG) log("binding service implementation");
208 if (DBG) log("AsyncResult is null.");
215 if (DBG) lo
[all...]
H A DPhoneDisplayMessage.java30 private static final boolean DBG = (SystemProperties.getInt("ro.debuggable", 0) == 1); field in class:PhoneDisplayMessage
42 if (DBG) log("displayInfoRecord: infoMsg=" + infoMsg);
55 if (DBG) log("displayErrorMessage: errorMsg=" + errorMsg);
62 if (DBG) log("displayMessage: msg=" + msg);
91 if (DBG) log("Dissmissing Display Info Record...");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DCachedLater.java33 private static final boolean DBG = false; field in class:CachedLater
55 if (DBG) Log.d(TAG, "store()");
66 if (DBG) Log.d(TAG, "Calling consumer: " + consumer);
80 if (DBG) Log.d(TAG, "getLater()");
94 if (DBG) Log.d(TAG, "valid, calling consumer synchronously");
105 if (DBG) Log.d(TAG, "not valid, calling create()");
108 if (DBG) Log.d(TAG, "not valid, already creating");
117 if (DBG) Log.d(TAG, "clear()");
H A DBatchingNamedTaskExecutor.java31 private static final boolean DBG = false; field in class:BatchingNamedTaskExecutor
50 if (DBG) Log.d(TAG, "Queuing " + task);
56 if (DBG) Log.d(TAG, "Dispatching " + task);
71 if (DBG) Log.d(TAG, "Dispatching batch of " + count);
H A DSingleThreadNamedTaskExecutor.java29 private static final boolean DBG = false; field in class:SingleThreadNamedTaskExecutor
43 if (DBG) Log.d(TAG, "Cancelling " + mQueue.size() + " tasks: " + mWorker.getName());
84 if (DBG) Log.d(TAG, "Running task " + task.getName());
86 if (DBG) Log.d(TAG, "Task " + task.getName() + " complete");
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepServer.java36 private static final boolean DBG = false; field in class:SnepServer
109 if (DBG) Log.d(TAG, "starting connection thread");
126 if (DBG) Log.e(TAG, "Closing from IOException");
129 if (DBG) Log.d(TAG, "about to close");
136 if (DBG) Log.d(TAG, "finished connection thread");
145 if (DBG) Log.w(TAG, "Bad snep message", e);
162 if (DBG) Log.d(TAG, "putting message " + request.toString());
165 if (DBG) Log.d(TAG, "Unknown request (" + request.getField() +")");
185 if (DBG) Log.d(TAG, "about create LLCP service socket");
192 if (DBG) Lo
[all...]
H A DSnepMessenger.java32 private static final boolean DBG = false; field in class:SnepMessenger
52 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
57 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment");
75 if (DBG) Log.d(TAG, "Got response from first fragment: " + snepResponse.getField());
85 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment");
110 if (DBG) Log.d(TAG, "read " + size + " bytes");
135 if (DBG) Log.d(TAG, "read " + readSize + " of " + requestSize);
143 if (DBG) Log.d(TAG, "requesting continuation");
153 if (DBG) Log.d(TAG, "read " + size + " bytes");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DAutoCorrectionUtils.java25 private static final boolean DBG = DebugFlags.DEBUG_ENABLED; field in class:AutoCorrectionUtils
48 if (DBG) {
54 if (DBG) {
/packages/services/Car/service/src/com/android/car/monitoring/
H A DCarMonitoringService.java35 private static final Boolean DBG = true; field in class:CarMonitoringService
51 if (DBG) {
59 if (DBG) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DListSuggestionCursorNoDuplicates.java29 private static final boolean DBG = false; field in class:ListSuggestionCursorNoDuplicates
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DSearchBaseUrlHelper.java36 private static final boolean DBG = false; field in class:SearchBaseUrlHelper
105 if (DBG) {
121 if (DBG) Log.d(TAG, "Prepending www to " + domain);
137 if (DBG) Log.d(TAG, "Starting request to /searchdomaincheck");
142 if (DBG) Log.d(TAG, "Request to /searchdomaincheck failed : " + e);
150 if (DBG) Log.d(TAG, "Request to /searchdomaincheck succeeded");
163 if (DBG) Log.d(TAG, "Setting search domain to : " + domain);
171 if (DBG) Log.d(TAG, "Handling changed preference : " + key);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DEnabledNfcFServices.java33 static final boolean DBG = false; field in class:EnabledNfcFServices
58 if (DBG) Log.d(TAG, "EnabledNfcFServices");
66 if (DBG) Log.d(TAG, "computeEnabledForegroundService");
94 if (DBG) Log.d(TAG, "onServicesUpdated");
111 if (DBG) Log.d(TAG, "registerEnabledForegroundService");
143 if (DBG) Log.d(TAG, "unregisterForegroundService");
159 if (DBG) Log.d(TAG, "unregisterEnabledForegroundService");
171 if (DBG) Log.d(TAG, "onUidToBackground");
176 if (DBG) Log.d(TAG, "onHostEmulationActivated");
183 if (DBG) Lo
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java93 private static final Boolean DBG = MapClientService.DBG; field in class:MceStateMachine
157 if (DBG) Log.d(TAG, "Connection state " + mDevice + ": " + prevState + "->" + state);
184 if (DBG) Log.d(TAG, "Connect Request " + device.getAddress());
190 if (DBG) Log.d(TAG, "Disconnect Request " + device.getAddress());
198 if (DBG) Log.d(TAG, "Send Message " + message);
210 if (DBG) Log.d(TAG, "Scheme " + contact.getScheme());
214 if (DBG) {
219 if (DBG) Log.w(TAG, "Scheme " + contact.getScheme() + " not supported.");
241 if (DBG) Lo
[all...]
/packages/apps/Car/Messenger/src/com/android/car/messenger/
H A DMessengerService.java43 static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in class:MessengerService
67 if (DBG) {
77 if (DBG) {
96 if (DBG) {
163 if (DBG) {
184 if (MessengerService.DBG) {
194 if (MessengerService.DBG) {
204 if (DBG) {
227 if (DBG) {

Completed in 771 milliseconds

12345678910