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

1234567

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattServiceConfig.java23 public static final boolean DBG = true; 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) {
H A DProfileService.java34 private static final boolean DBG = false; field in class:ProfileService
77 if (DBG) {
86 if (DBG) log("REFCOUNT: CREATED. INSTANCE_COUNT=" +refCount);
92 if (DBG) {
108 if (DBG) log("onCreate");
121 if (DBG) log("onStartCommand()");
153 if (DBG) log("onBind");
158 if (DBG) log("onUnbind");
176 if (DBG) log("Destroying service.");
180 if (DBG) lo
[all...]
/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 DImsUtil.java28 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:ImsUtil
54 if (DBG) Log.d(LOG_TAG, "isWfcEnabled :: isEnabledByPlatform=" + isEnabledByPlatform);
55 if (DBG) Log.d(LOG_TAG, "isWfcEnabled :: isEnabledByUser=" + isEnabledByUser);
66 if (DBG) Log.d(LOG_TAG, "isWfcModeWifiOnly :: isWifiOnlyMode" + isWifiOnlyMode);
H A DOtaUtils.java66 private static final boolean DBG = false; field in class:OtaUtils
213 if (DBG) log("OtaUtils constructor...");
240 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device");
245 if (DBG) log("MIN is not ready. Registering to receive notification.");
253 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying");
264 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation);
268 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen);
278 if (DBG) Log.d(LOG_TAG, "==> Starting interactive CDMA provisioning...");
281 if (DBG) log("maybeDoOtaCall: voice capable; activation started.");
283 if (DBG) lo
[all...]
H A DOtaStartupReceiver.java46 private static final boolean DBG = false; field in class:OtaStartupReceiver
82 if (DBG) Log.d(TAG, "onServiceStateChanged()... new state = " + state);
94 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
109 if (DBG) {
116 if (DBG) Log.d(TAG, "Not primary user, nothing to do.");
121 if (DBG) Log.d(TAG, "Register our PhoneStateListener");
127 if (DBG) Log.d(TAG, "PhoneStateListener already registered");
131 if (DBG) Log.d(TAG, "OTASP not supported, nothing to do.");
136 if (DBG) Log.d(TAG, "Postponing OTASP until wizard runs");
144 if (DBG) Lo
[all...]
H A DNetworkQueryService.java44 private static final boolean DBG = true; field in class:NetworkQueryService
83 if (DBG) log("scan completed, broadcasting results");
114 if (DBG) log("registering callback " + cb.getClass().toString());
125 if (DBG) log("starting new query");
127 if (DBG) {
135 if (DBG) log("query already in progress");
163 if (DBG) log("unregistering callback " + cb.getClass().toString());
190 if (DBG) log("binding service implementation");
205 if (DBG) log("AsyncResult is null.");
212 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/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/echoserver/
H A DEchoServer.java60 static boolean DBG = true; field in class:EchoServer
121 if (DBG) Log.d(TAG, "Dumping data unit");
188 if (DBG) Log.d(TAG, "read " + size + " bytes");
198 if (DBG) Log.d(TAG, "connection broken by IOException", e);
205 if (DBG) Log.d(TAG, "about create LLCP service socket");
213 if (DBG) Log.d(TAG, "failed to create LLCP service socket");
216 if (DBG) Log.d(TAG, "created LLCP service socket");
221 if (DBG) Log.d(TAG, "about to accept");
223 if (DBG) Log.d(TAG, "accept returned " + clientSocket);
292 if (DBG) Lo
[all...]
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverClient.java33 private static final boolean DBG = false; field in class:HandoverClient
63 if (DBG) Log.d(TAG, "about to connect to service " +
114 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
118 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
142 if (DBG) Log.d(TAG, "couldn't connect to handover service");
146 if (DBG) Log.d(TAG, "about to close");
/packages/apps/Nfc/src/com/android/nfc/
H A DBeamShareActivity.java53 static final boolean DBG = false; field in class:BeamShareActivity
148 if (DBG) Log.d(TAG, "Found uri in ClipData.");
151 if (DBG) Log.d(TAG, "Found text in ClipData.");
154 if (DBG) Log.d(TAG, "Did not find any shareable data in ClipData.");
162 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND intent.");
165 if (DBG) Log.d(TAG, "Found EXTRA_TEXT in ACTION_SEND intent.");
168 if (DBG) Log.d(TAG, "Did not find any shareable data in ACTION_SEND intent.");
177 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND_MULTIPLE intent.");
182 if (DBG) Log.d(TAG, "Found text in ACTION_SEND_MULTIPLE intent.");
185 if (DBG) Lo
[all...]
/packages/services/Telephony/src/com/android/phone/settings/
H A DVoicemailSettingsActivity.java64 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:VoicemailSettingsActivity
281 if (DBG) log("ACTION_ADD_VOICEMAIL Intent is thrown");
283 if (DBG) log("Voicemail data has more than one provider.");
322 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked.");
330 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage());
336 if (DBG) log("onPreferenceTreeClick(). No intent; use default behavior in xml.");
356 if (DBG) log("onPreferenceChange: \"" + preference + "\" changed to \"" + objValue + "\"");
363 if (DBG) log("No change is made to the VM provider setting.");
380 if (DBG) log("Saved preferences found - switching to them");
417 if (DBG) lo
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppFilter.java9 private static final boolean DBG = false; field in class:AppFilter
16 if (DBG) Log.d(TAG, "Loading AppFilter: " + className);

Completed in 397 milliseconds

1234567