HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 151 - 175 of 186) sorted by null

1 2 3 4 5 67 8

  /packages/apps/Phone/src/com/android/phone/
CallCard.java 58 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
121 if (DBG) log("CallCard constructor...");
122 if (DBG) log("- this = " + this);
123 if (DBG) log("- context " + context + ", attrs " + attrs);
140 if (DBG) log("- Density: " + mDensity);
162 if (DBG) log("CallCard onFinishInflate(this = " + this + ")...");
207 if (DBG) log("updateState(" + cm + ")...");
266 if (DBG) log("updateForegroundCall()...");
267 // if (DBG) PhoneUtils.dumpCallManager();
273 if (DBG) log("updateForegroundCall: no active call, show holding call")
    [all...]
DTMFTwelveKeyDialer.java 56 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
234 // if (DBG) log("DTMFKeyListener.onKeyDown, keyCode " + keyCode + ", view " + view);
247 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
249 } else if (DBG) {
264 // if (DBG) log("DTMFKeyListener.onKeyUp, keyCode " + keyCode + ", view " + view);
274 if (DBG) log("Stopping the tone for '" + c + "'");
287 if (DBG) log("DTMFKeyListener.onKeyDown: event '" + c + "'");
294 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
297 } else if (DBG) {
315 /*if (DBG) log("Stopping the last played tone.")
    [all...]
InCallTouchUi.java 52 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
100 if (DBG) log("InCallTouchUi constructor...");
101 if (DBG) log("- this = " + this);
102 if (DBG) log("- context " + context + ", attrs " + attrs);
118 if (DBG) log("- incoming call touch UI: "
121 if (DBG) log("- regular in-call touch UI: "
132 if (DBG) log("InCallTouchUi onFinishInflate(this = " + this + ")...");
237 if (DBG) log("- updateState: CallManager state is " + state);
258 if (DBG) log("- updateState: RINGING! Showing incoming call controls...");
287 if (DBG) log("- updateState: NOT OK to show touch UI; disabling...")
    [all...]
NotificationMgr.java 59 private static final boolean DBG =
207 if (DBG) log("updating status bar state: " + state);
217 if (DBG) log("updateNotificationsAtStartup()...");
228 if (DBG) log("- start call log query...");
233 if (DBG) log("- updating in-call notification at startup...");
292 if (DBG) log("call log query complete.");
301 if (DBG) log("query contacts for number: " + n.number);
308 if (DBG) log("closing call log cursor.");
313 if (DBG) log("contact query complete.");
321 if (DBG) log("contact :" + n.name + " found for phone: " + n.number)
    [all...]
PhoneInterfaceManager.java 48 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
152 if (DBG) log("CMD_END_CALL: " + (hungUp ? "hung up!" : "no call to hang up"));
213 if (DBG) log("publish: " + this);
223 if (DBG) log("dial: " + number);
243 if (DBG) log("call: " + number);
304 if (DBG) log("answerRingingCall...");
351 if (DBG) log("silenceRinger...");
368 if (DBG) log("silenceRingerInternal: silencing...");
CellBroadcastSms.java 43 private static final boolean DBG = true;
183 if (DBG) Log.d(LOG_TAG, "onPreferenceTreeClick: preference == mButtonBcSms.");
539 if (DBG) Log.d(LOG_TAG, "Cell Broadcast SMS enabled/disabled.");
563 if (DBG) Log.d(LOG_TAG, "Set Cell Broadcast SMS values.");
OtaUtils.java 63 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 1);
130 if (DBG) log("Enter OtaUtil constructor");
178 if (DBG) Log.v("OtaUtils", "Can't run provisioning on a non-CDMA phone");
183 if (DBG) log("MIN is not ready. Registering to receive notification.");
191 if (DBG) log("min_string: " + min);
197 if (DBG) log("invalid MIN string, exit");
201 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation);
206 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen);
215 if (DBG) log("activation intent sent.");
217 if (DBG) log("activation intent NOT sent.")
    [all...]
PhoneApp.java 80 * Most individual classes in the phone app have a local DBG constant,
91 private static final boolean DBG =
283 if (DBG) Log.d (LOG_TAG, "- updating in-call notification from handler...");
458 if (DBG) Log.d(LOG_TAG, "onCreate: mProximityWakeLock: " + mProximityWakeLock);
728 if (DBG) Log.d(LOG_TAG, "Enter handleOtaEvents");
    [all...]
PhoneUtils.java 73 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
127 if (DBG) log("ConnectionHandler: updating mute state for each connection");
171 if (DBG) log("connection: " + cn + "not accounted for, removing.");
196 if (DBG) log("Extended NW onServiceConnected");
201 if (DBG) log("Extended NW onServiceDisconnected");
220 if (DBG) log("Extended NW bindService IExtendedNetworkService");
238 if (DBG) log("answerCall()...");
259 if (DBG) log("answerCall: call state = " + ringing.getState());
288 //if (DBG) log("sPhone.acceptCall");
334 if (DBG) log("HANGUP ringing call")
    [all...]
BluetoothHandsfree.java 61 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 1)
562 if (DBG) log("A2DP suspended, completing SCO");
    [all...]
CallFeaturesSetting.java 115 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
426 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage());
451 if (DBG) log("VM provider changes to " + newProviderKey + " from " +
454 if (DBG) log("No change ");
472 if (DBG) log("Saved preferences not found - invoking config");
476 if (DBG) log("Saved preferences found - switching to them");
490 if (DBG) log("onPreferenceClick: request preference click on dialog close: " +
513 if (DBG) log("updating default for voicemail dialog");
526 if (DBG) log("updating default for call forwarding dialogs");
540 if (DBG) log("startSubActivity: starting requested subactivity")
    [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 64 private static final boolean DBG = false;
143 if (DBG) Log.d(TAG, "locale changed");
272 if (DBG) Log.d(TAG, "query(" + uri + ")");
336 if (DBG) Log.d(TAG, "Returning " + cursor.getCount() + " results for shortcut refresh.");
360 if (DBG) Log.d(TAG, "Returning " + cursor.getCount() + " results for " + query);
415 if (DBG) Log.d(TAG, "Updating database (packageName = " + packageName + ")...");
459 if (DBG) Log.d(TAG, "Finished updating database.");
  /frameworks/base/core/java/android/app/
SearchDialog.java 80 private static final boolean DBG = false;
276 if (DBG) {
527 if (DBG) Log.d(LOG_TAG, "Using app-specific icon");
554 if (DBG) Log.d(LOG_TAG, "Using badge icon: " + mSearchable.getIconId());
558 if (DBG) Log.d(LOG_TAG, "Using badge label: " + mSearchable.getLabelId());
638 if (DBG) Log.d(LOG_TAG, "Pop-up not showing and outside of search plate.");
666 if (DBG) Log.d(LOG_TAG, "onKeyDown(" + keyCode + "," + event + ")");
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
HierarchicalStateMachineTest.java 42 private static final boolean DBG = true;
55 setDbg(DBG);
153 setDbg(DBG);
313 setDbg(DBG);
397 setDbg(DBG);
404 if (DBG) Log.d(TAG, "StateMachine1: ctor X");
496 setDbg(DBG);
504 if (DBG) Log.d(TAG, "StateMachine2: ctor X");
601 setDbg(DBG);
611 if (DBG) Log.d(TAG, "StateMachine3: ctor X")
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 74 private static final boolean DBG = false;
492 if (DBG) Slog.i(TAG, "enqueueToast pkg=" + pkg + " callback=" + callback + " duration=" + duration);
555 if (DBG) Slog.d(TAG, "Show pkg=" + record.pkg + " callback=" + record.callback);
608 if (DBG) Slog.d(TAG, "Timeout pkg=" + record.pkg + " callback=" + record.callback);
    [all...]
ThrottleService.java 73 private static final boolean DBG = true;
543 if (DBG) Slog.d(TAG, "Threshold " + mPolicyThreshold + " exceeded!");
    [all...]
ConnectivityService.java 67 private static final boolean DBG = false;
178 // used in DBG mode to track inet condition reports
261 if (DBG) Slog.v(TAG, "ConnectivityService starting up");
370 if (DBG) Slog.v(TAG, "Starting Wifi Service.");
384 if (DBG) Slog.d(TAG, "tearing down Mobile networks due to setting");
395 if (DBG) Slog.d(TAG, "tearing down WiMAX networks due to setting");
413 if (DBG) {
570 if (DBG) {
700 if (DBG) {
716 if (DBG) Slog.d(TAG, "requested special network with data disabled - rejected")
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 66 private static final boolean DBG = false;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java 50 private static final boolean DBG = true;
198 if(DBG) Log.d(LOG_TAG, "SIMRecords finalized");
260 if(DBG) log("Set MSISDN: " + msisdnTag + " " + /*msisdn*/ "xxxxxxx");
    [all...]
GsmServiceStateTracker.java 71 static final boolean DBG = true;
246 if(DBG) Log.d(LOG_TAG, "GsmServiceStateTracker finalized");
867 if (DBG) {
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 61 private static final boolean DBG = false;
127 if (DBG) Log.d(TAG, "onCreate()");
193 if (DBG) Log.d(TAG, "onNewIntent()");
224 if (DBG) Log.d(TAG, "setupFromIntent(" + intent.toUri(0) + ")");
281 if (DBG) Log.d(TAG, "setCorpus(" + corpusName + ")");
333 if (DBG) Log.d(TAG, "onDestroy()");
341 if (DBG) Log.d(TAG, "onStop()");
357 if (DBG) Log.d(TAG, "onRestart()");
363 if (DBG) Log.d(TAG, "onResume()");
474 if (DBG) Log.d(TAG, "Search clicked, query=" + query)
    [all...]
SearchWidgetProvider.java 56 private static final boolean DBG = false;
116 if (DBG) Log.d(TAG, "onReceive(" + intent.toUri(0) + ")");
136 if (DBG) Log.d(TAG, "Unhandled intent action=" + action);
171 if (DBG) Log.d(TAG, "Voice seach hint period expired; not showing hints.");
177 if (DBG) Log.d(TAG, "Could not determine voice search version; not showing hints.");
200 if (DBG) Log.d(TAG, "considerShowingVoiceSearchHints");
214 if (DBG) Log.d(TAG, "showVoiceSearchHintNow");
226 if (DBG) Log.d(TAG, "hideVoiceSearchHint");
240 if (DBG) Log.d(TAG, "voiceSearchHintReceived('" + hint + "')");
257 if (DBG) Log.d(TAG, "scheduleVoiceHintUpdates")
    [all...]
ShortcutRepositoryImplLog.java 52 private static final boolean DBG = false;
173 if (DBG) Log.d(TAG, "Empty shortcut query:\n" + mEmptyQueryShortcutQuery);
180 if (DBG) Log.d(TAG, "Empty shortcut:\n" + mShortcutQuery);
219 if (DBG) Log.d(TAG, "hasHistory(): cursor=" + cursor);
276 if (DBG) Log.d(TAG, "getShortcutsForQuery(" + query + "," + allowedCorpora + ")");
287 if (DBG) Log.d(TAG, "Allowed sources: ");
291 if (DBG) Log.d(TAG, "\t" + source.getName());
319 if (DBG) Log.d(TAG, "Deleting shortcut: " + shortcutId);
322 if (DBG) Log.d(TAG, "Updating shortcut: " + shortcut);
350 if (DBG) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 64 private static final boolean DBG = false;
217 if (DBG) {
434 if (DBG) {
481 if (DBG) {
502 if (DBG) {
587 if (DBG) {
596 if (DBG) {
604 if (DBG) {
612 if (DBG) {
620 if (DBG) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 58 private static final boolean DBG = true;
295 if (DBG) {
322 if (DBG) {
711 if (DBG) {
    [all...]

Completed in 675 milliseconds

1 2 3 4 5 67 8