Searched refs:DBG (Results 51 - 75 of 164) sorted by relevance

1234567

/packages/apps/Phone/src/com/android/phone/
H A DOutgoingCallBroadcaster.java63 private static final boolean DBG = field in class:OutgoingCallBroadcaster
124 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself.");
129 if (DBG) Log.v(TAG, "doReceive: " + intent);
138 if (DBG) Log.v(TAG, "CALL already placed -- returning.");
194 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning...");
199 if (DBG) Log.v(TAG, "Call is active, a 2nd OTA call cancelled -- returning.");
227 if (DBG) Log.v(TAG, "doReceive: proceeding with call...");
291 if (DBG) {
312 if (DBG) {
351 if (DBG) Lo
[all...]
H A DCallNotifier.java66 private static final boolean DBG = field in class:CallNotifier
256 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)");
259 if (DBG) log("RING before NEW_RING, skipping");
269 if (DBG) log("DISCONNECT");
286 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event");
302 if (DBG) log("Received CALLWAITING_ADDCALL_DISABLE_TIMEOUT event ...");
309 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event");
314 if (DBG) log("Received PHONE_STATE_SIGNALINFO event");
319 if (DBG) log("Received Display Info notification done event ...");
324 if (DBG) lo
[all...]
H A DCallCard.java65 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CallCard
181 if (DBG) log("CallCard constructor...");
182 if (DBG) log("- this = " + this);
183 if (DBG) log("- context " + context + ", attrs " + attrs);
193 if (DBG) log("- Density: " + mDensity);
215 if (DBG) log("CallCard onFinishInflate(this = " + this + ")...");
250 if (DBG) log("updateState(" + cm + ")...");
323 if (DBG) log("updateCallInfoLayout()... ringing = " + ringing);
337 if (DBG) log(" ==> callInfoLp.bottomMargin: " + reservedVerticalSpace);
345 if (DBG) lo
[all...]
H A DCallController.java63 private static final boolean DBG = field in class:CallController
119 if (DBG) log("CallController constructor: app = " + app);
130 if (DBG) log("THREEWAY_CALLERINFO_DISPLAY_DONE...");
258 if (DBG) log("==> placeCall(): success from placeCallInternal(): " + status);
325 if (DBG) log("placeCallInternal()... intent = " + intent);
373 if (DBG) log("Voicemail number not reachable in current SIM card state.");
376 if (DBG) log("VoiceMailNumberMissingException from getInitialNumber()");
419 if (DBG) log("placeCall: Emergency number detected with status = " + okToCallStatus);
421 if (DBG) log("==> UPDATING status to: " + okToCallStatus);
451 if (DBG) lo
[all...]
H A DDeleteFdnContactScreen.java40 private static final boolean DBG = false; field in class:DeleteFdnContactScreen
69 if (DBG) log("onActivityResult");
81 if (DBG) log("onActivityResult: CANCELLED");
144 if (DBG) log("handleResult: success!");
147 if (DBG) log("handleResult: failed!");
179 if (DBG) log("onDeleteComplete");
H A DGsmUmtsAdditionalCallOptions.java16 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:GsmUmtsAdditionalCallOptions
41 if (DBG) Log.d(LOG_TAG, "start to init ");
44 if (DBG) Log.d(LOG_TAG, "restore stored states");
50 if (DBG) Log.d(LOG_TAG, "onCreate: clirArray[0]="
H A DGsmUmtsCallOptions.java30 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:GsmUmtsCallOptions
H A DManageConferenceUtils.java43 private static final boolean DBG = field in class:ManageConferenceUtils
63 if (DBG) log("callerinfo query complete, updating UI." + ci);
94 if (DBG) log("ManageConferenceUtils constructor...");
100 if (DBG) log("initManageConferencePanel()...");
102 if (DBG) log("initManageConferencePanel: first-time initialization!");
176 if (DBG) log("updateManageConferencePanel()... num connections in conference = "
211 if (DBG) log("updateManageConferenceRow(" + i + ")... connection = " + connection);
228 if (DBG) log("- button: " + endButton + ", nameTextView: " + nameTextView);
259 if (DBG) log(" - got info from startGetCallerInfo(): " + info);
323 if (DBG) lo
[all...]
H A DRespondViaSmsManager.java57 private static final boolean DBG = field in class:RespondViaSmsManager
120 if (DBG) log("showRespondViaSmsPopup()...");
125 if (DBG) log("Skip showing popup when one is already shown.");
224 if (DBG) log("RespondViaSmsItemClickListener.onItemClick(" + position + ")...");
295 if (DBG) log("RespondViaSmsCancelListener.onCancel()...");
379 if (DBG) log("Settings: onCreate()...");
423 if (DBG) log("onPreferenceChange: key = " + preference.getKey());
460 if (DBG) log("loadCannedResponses()...");
502 if (DBG) log("allowRespondViaSmsForCall(" + ringingCall + ")...");
529 if (DBG) lo
[all...]
H A DTimeConsumingPreferenceActivity.java27 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:TimeConsumingPreferenceActivity
135 if (DBG) dumpState();
136 if (DBG) Log.d(LOG_TAG, "onStarted, preference=" + preference.getKey()
152 if (DBG) dumpState();
153 if (DBG) Log.d(LOG_TAG, "onFinished, preference=" + preference.getKey()
169 if (DBG) dumpState();
170 if (DBG) Log.d(LOG_TAG, "onError, preference=" + preference.getKey() + ", error=" + error);
190 if (DBG) dumpState();
H A DCLIRListPreference.java23 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CLIRListPreference
138 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: ar.exception="+ar.exception);
147 if (DBG) {
161 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception="+ar.exception);
164 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: re get");
H A DCallWaitingCheckBoxPreference.java20 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CallWaitingCheckBoxPreference
91 if (DBG) {
103 if (DBG) {
123 if (DBG) {
128 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: re get");
H A DEnableIccPinScreen.java42 private static final boolean DBG = false; field in class:EnableIccPinScreen
104 if (DBG) log("enableIccPin:");
106 if (DBG) log("enableIccPin: please wait...");
111 if (DBG) log("handleResult: success!");
117 if (DBG) log("handleResult: failed!");
H A DPhoneUtils.java75 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:PhoneUtils
127 if (DBG) log("ConnectionHandler: updating mute state for each connection");
171 if (DBG) log("connection '" + cn + "' not accounted for, removing.");
241 if (DBG) log("answerCall: call state = " + ringingCall.getState());
276 //if (DBG) log("sPhone.acceptCall");
357 if (DBG) log("==> hungup = " + hungup);
363 if (DBG) log("hangup ringing call");
404 if (DBG) log("hangup active call");
409 if (DBG) log("hangup holding call");
483 if (DBG) lo
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DDefaultCorpusRanker.java38 private static final boolean DBG = false; field in class:DefaultCorpusRanker
83 if (DBG) Log.d(TAG, "Ranking: " + enabledCorpora);
87 if (DBG) Log.d(TAG, "Click scores: " + clickScores);
88 if (DBG) Log.d(TAG, "Ordered: " + ordered);
H A DSearchableSources.java39 private static final boolean DBG = false; field in class:SearchableSources
104 if (DBG) Log.d(TAG, "update()");
129 if (DBG) Log.d(TAG, "Created source " + source);
157 if (DBG) Log.d(TAG, "SearchableSource for " + component + ": " + source);
H A DSuggestionsProviderImpl.java38 private static final boolean DBG = false; field in class:SuggestionsProviderImpl
87 if (DBG) Log.d(TAG, "should query corpus " + corpus);
90 if (DBG) Log.d(TAG, "should NOT query corpus " + corpus);
93 if (DBG) Log.d(TAG, "getCorporaToQuery corporaToQuery=" + corporaToQuery);
109 if (DBG) Log.d(TAG, "getSuggestions(" + query + ")");
174 if (DBG) Log.d(TAG, "Publishing delayed results");
192 if (DBG) {
203 if (DBG) Log.d(TAG, "Delaying result by " + mResultPublishDelayMillis + " ms");
208 if (DBG) Log.d(TAG, "Publishing result immediately");
H A DSuggestions.java36 private static final boolean DBG = false; field in class:Suggestions
81 if (DBG) {
139 if (DBG) Log.d(TAG, "setShortcuts(" + shortcuts + ")");
200 if (DBG) {
246 if (DBG) Log.d(TAG, "notifyDataSetChanged()");
254 if (DBG) Log.d(TAG, "close() [" + hashCode() + "]");
282 if (DBG) Log.d(TAG, "refreshShortcuts(" + promoted + ")");
314 if (DBG) {
H A DSearchActivity.java56 private static final boolean DBG = false; field in class:SearchActivity
115 if (DBG) Log.d(TAG, "onCreate()");
188 if (DBG) Log.d(TAG, "onNewIntent()");
224 if (DBG) Log.d(TAG, "setupFromIntent(" + intent.toUri(0) + ")");
321 if (DBG) Log.d(TAG, "onDestroy()");
332 if (DBG) Log.d(TAG, "onStop()");
349 if (DBG) Log.d(TAG, "onPause()");
356 if (DBG) Log.d(TAG, "onRestart()");
362 if (DBG) Log.d(TAG, "onResume()");
415 if (DBG) Lo
[all...]
/packages/apps/Stk/src/com/android/stk/
H A DStkApp.java28 public static final boolean DBG = true; field in class:StkApp
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java58 static final boolean DBG = true; field in class:NfcDispatcher
83 if (DBG) Log.d(TAG, "Set Foreground Dispatch");
189 if (DBG) Log.d(TAG, "dispatch tag: " + tag.toString() + " message: " + message);
209 if (DBG) Log.i(TAG, "matched BT HANDOVER");
223 if (DBG) Log.i(TAG, "matched TAG");
227 if (DBG) Log.i(TAG, "no match");
245 if (DBG) Log.i(TAG, "matched NDEF override");
258 if (DBG) Log.i(TAG, "matched TECH override");
270 if (DBG) Log.i(TAG, "matched TAG override");
321 if (DBG) Lo
[all...]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java38 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG;
108 if (DBG) log("ALERT_SOUND_FINISHED");
122 if (DBG) log("ALERT_PAUSE_FINISHED");
124 if (DBG) log("Speaking broadcast text: " + mMessageBody);
157 if (DBG) log("onInit() TTS engine status: " + status);
175 if (DBG) log("Setting TTS language to '" + mMessageLanguage + '\'');
178 if (DBG) log("TTS setLanguage() returned: " + result);
182 if (DBG) log("No language specified in broadcast: using default");
252 if (DBG) log("Ringer mode: silent");
258 if (DBG) lo
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
H A DClearShortcutsController.java33 private static final boolean DBG = false; field in class:ClearShortcutsController
81 if (DBG) Log.d(TAG, "hasHistory()=" + hasHistory);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DQueryTextView.java30 private static final boolean DBG = false; field in class:QueryTextView
92 if (DBG) Log.d(TAG, "onCommitCompletion(" + completion + ")");
H A DDelayingSuggestionsAdapter.java35 private static final boolean DBG = false; field in class:DelayingSuggestionsAdapter
61 if (DBG) Log.d(TAG, "Publishing suggestions immediately: " + suggestions);
66 if (DBG) Log.d(TAG, "Delaying suggestions publishing: " + suggestions);
118 if (DBG) {
123 if (DBG) Log.d(TAG, "Suggestions now available, publishing: " + mPendingSuggestions);

Completed in 914 milliseconds

1234567