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

1234567

/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 DAdapterState.java39 private static final boolean DBG = false; field in class:AdapterState
75 if (DBG) Log.d(TAG,"isTurningOn()=" + isTurningOn);
81 if (DBG) Log.d(TAG,"isTurningOff()=" + isTurningOff);
124 if (DBG) Log.d(TAG,"CURRENT_STATE=OFF, MESSAGE = USER_TURN_ON");
132 if (DBG) Log.d(TAG,"CURRENT_STATE=OFF, MESSAGE = USER_TURN_OFF");
136 if (DBG) Log.d(TAG,"ERROR: UNEXPECTED MESSAGE: CURRENT_STATE=OFF, MESSAGE = " + msg.what );
155 if (DBG) Log.d(TAG,"CURRENT_STATE=ON, MESSAGE = USER_TURN_OFF");
168 if (DBG) Log.d(TAG,"CURRENT_STATE=ON, MESSAGE = USER_TURN_ON");
172 if (DBG) Log.d(TAG,"ERROR: UNEXPECTED MESSAGE: CURRENT_STATE=ON, MESSAGE = " + msg.what );
211 if (DBG) Lo
[all...]
H A DProfileService.java34 private static final boolean DBG = false; field in class:ProfileService
71 if (DBG) {
80 if (DBG) log("REFCOUNT: CREATED. INSTANCE_COUNT=" +refCount);
86 if (DBG) {
102 if (DBG) log("onCreate");
109 if (DBG) log("onStartCommand()");
141 if (DBG) log("onBind");
146 if (DBG) log("onUnbind");
152 if (DBG) log("Destroying service.");
154 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
48 if (DBG) Log.d(TAG, "about to create socket");
54 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME);
58 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
62 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
69 if (DBG) Log.d(TAG, "exception:", e);
73 if (DBG) Log.d(TAG, "exception:", e);
77 if (DBG) Log.d(TAG, "about to close");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DWebPromoter.java25 private static final boolean DBG = false; field in class:WebPromoter
38 if (DBG) Log.d(TAG, "Shortcut count: " + shortcutCount);
43 if (DBG) Log.d(TAG, "Including shortcut " + i);
46 if (DBG) Log.d(TAG, "Skipping shortcut " + i);
53 if (DBG) Log.d(TAG, "Web suggestion count: " + webCount);
57 if (DBG) Log.d(TAG, "Including suggestion " + i);
60 if (DBG) Log.d(TAG, "Skipping suggestion " + i);
H A DListSuggestionCursorNoDuplicates.java29 private static final boolean DBG = false; field in class:ListSuggestionCursorNoDuplicates
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
H A DShouldQueryStrategy.java34 private static final boolean DBG = false; field in class:ShouldQueryStrategy
66 if (DBG) Log.i(TAG, "Not querying " + corpus + ", returned 0 after "
72 if (DBG) Log.d(TAG, "Query too short for corpus " + corpus);
83 if (DBG) Log.d(TAG, corpus + " returned 0 results for '" + query + "'");
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DMakedictLog.java25 public static final boolean DBG = false; field in class:MakedictLog
29 if (DBG) {
35 if (DBG) {
/packages/apps/Phone/src/com/android/phone/
H A DEmergencyCallHelper.java52 private static final boolean DBG = false; field in class:EmergencyCallHelper
79 if (DBG) log("EmergencyCallHelper constructor...");
132 if (DBG) log("startEmergencyCallFromAirplaneModeSequence('" + number + "')...");
143 if (DBG) log("startSequenceInternal(): msg = " + msg);
153 if (DBG) log("- startSequenceInternal: Got mNumber: '" + mNumber + "'");
167 if (DBG) log("- startSequenceInternal: acquiring wake lock");
202 if (DBG) log("onServiceStateChanged()... new state = " + state);
218 if (DBG) log("onServiceStateChanged: ok to call!");
241 if (DBG) log("onServiceStateChanged: not ready to call yet, keep waiting...");
255 if (DBG) lo
[all...]
H A DNetworkQueryService.java42 private static final boolean DBG = false; field in class:NetworkQueryService
84 if (DBG) log("scan completed, broadcasting results");
115 if (DBG) log("registering callback " + cb.getClass().toString());
124 if (DBG) log("starting new query");
129 if (DBG) log("query already in progress");
150 if (DBG) log("unregistering callback " + cb.getClass().toString());
178 if (DBG) log("binding service implementation");
193 if (DBG) log("AsyncResult is null.");
200 if (DBG) log("AsyncResult has exception " + exception);
205 if (DBG) lo
[all...]
H A DOtaStartupReceiver.java45 private static final boolean DBG = false; field in class:OtaStartupReceiver
76 if (DBG) Log.d(TAG, "onServiceStateChanged()... new state = " + state);
88 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
103 if (DBG) {
110 if (DBG) Log.d(TAG, "Not primary user, nothing to do.");
115 if (DBG) Log.d(TAG, "OTASP not supported, nothing to do.");
120 if (DBG) Log.d(TAG, "Register our PhoneStateListener");
126 if (DBG) Log.d(TAG, "PhoneStateListener already registered");
130 if (DBG) Log.d(TAG, "Postponing OTASP until wizard runs");
138 if (DBG) Lo
[all...]
H A DInCallScreenShowActivation.java44 private static final boolean DBG = field in class:InCallScreenShowActivation
52 if (DBG) Log.d(LOG_TAG, "onCreate: intent = " + intent);
54 if (DBG && (extras != null)) {
104 if (DBG) Log.d(LOG_TAG, "==> Starting interactive CDMA provisioning...");
119 if (DBG) Log.d(LOG_TAG, "==> Starting non-interactive CDMA provisioning...");
123 if (DBG) Log.d(LOG_TAG, " ==> successful result from startNonInteractiveOtasp(): "
H A DCallerInfoCacheUpdateReceiver.java33 private static final boolean DBG = field in class:CallerInfoCacheUpdateReceiver
41 if (DBG) log("CallerInfoCacheUpdateReceiver#onReceive(). Intent: " + intent);
H A DOtaUtils.java67 private static final boolean DBG = false; field in class:OtaUtils
218 if (DBG) log("OtaUtils constructor...");
237 if (DBG) log("updateUiWidgets()... mInCallScreen = " + mInCallScreen);
244 if (DBG) log("updateUiWidgets(): widgets already set up, nothing to do...");
297 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device");
302 if (DBG) log("MIN is not ready. Registering to receive notification.");
310 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying");
321 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation);
325 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen);
335 if (DBG) Lo
[all...]
/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/handover/
H A DHandoverClient.java34 private static final boolean DBG = false; field in class:HandoverClient
51 if (DBG) Log.d(TAG, "about to connect to service " +
56 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
60 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
84 if (DBG) Log.d(TAG, "couldn't connect to handover service");
86 if (DBG) Log.d(TAG, "couldn't connect to handover service");
90 if (DBG) Log.d(TAG, "about to close");
H A DHandoverServer.java34 public static final Boolean DBG = false; field in class:HandoverServer
89 if (DBG) Log.d(TAG, "failed to create LLCP service socket");
92 if (DBG) Log.d(TAG, "created LLCP service socket");
104 if (DBG) Log.d(TAG, "Server socket shut down.");
107 if (DBG) Log.d(TAG, "about to accept");
109 if (DBG) Log.d(TAG, "accept returned " + communicationSocket);
118 if (DBG) Log.d(TAG, "stop running");
126 if (DBG) Log.d(TAG, "about to close");
168 if (DBG) Log.d(TAG, "starting connection thread");
223 if (DBG) Lo
[all...]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastConfigService.java34 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG;
64 if (DBG) log("enabling emergency IDs " + startId + '-' + endId);
67 if (DBG) log("disabling emergency IDs " + startId + '-' + endId);
73 if (DBG) log("enabling emergency message ID " + messageId);
76 if (DBG) log("disabling emergency message ID " + messageId);
149 if (DBG) log("enabling emergency cell broadcast channels");
158 if (DBG) log("enabled emergency cell broadcast channels");
161 if (DBG) log("disabling emergency cell broadcast channels");
170 if (DBG) log("disabled emergency cell broadcast channels");
174 if (DBG) lo
[all...]
/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...]
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSpellCheckerUtils.java25 private static final boolean DBG = false; field in class:SpellCheckerUtils
35 if (DBG) {
42 if (DBG) {
/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);

Completed in 1555 milliseconds

1234567