HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 276 - 300 of 346) sorted by null

<<11121314

  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialer.java 57 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
211 // if (DBG) log("DTMFKeyListener.onKeyDown, keyCode " + keyCode + ", view " + view);
224 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
226 } else if (DBG) {
241 // if (DBG) log("DTMFKeyListener.onKeyUp, keyCode " + keyCode + ", view " + view);
251 if (DBG) log("Stopping the tone for '" + c + "'");
264 if (DBG) log("DTMFKeyListener.onKeyDown: event '" + c + "'");
271 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
274 } else if (DBG) {
292 /*if (DBG) log("Stopping the last played tone.")
    [all...]
EmergencyDialer.java 82 private static final boolean DBG = false;
507 if (DBG) Log.d(LOG_TAG, "disabling status bar, set to long timeout");
517 if (DBG) Log.d(LOG_TAG, "reenabling status bar and closing the dialer");
536 if (DBG) Log.d(LOG_TAG, "placing call to " + mLastNumber);
550 if (DBG) Log.d(LOG_TAG, "rejecting bad requested number " + mLastNumber);
NotificationMgr.java 71 private static final boolean DBG =
259 if (DBG) log("updateStatusBar: state = 0x" + Integer.toHexString(state));
269 if (DBG) log("updateNotificationsAtStartup()...");
280 if (DBG) log("- start call log query...");
285 if (DBG) log("- updating in-call notification at startup...");
351 if (DBG) log("call log query complete.");
360 if (DBG) log("query contacts for number: " + n.number);
367 if (DBG) log("closing call log cursor.");
372 if (DBG) log("contact query complete.");
384 if (DBG) {
    [all...]
PhoneInterfaceManager.java 56 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
165 if (DBG) log("CMD_END_CALL: " + (hungUp ? "hung up!" : "no call to hang up"));
243 if (DBG) log("publish: " + this);
253 if (DBG) log("dial: " + number);
273 if (DBG) log("call: " + number);
351 if (DBG) log("answerRingingCall...");
398 if (DBG) log("silenceRinger...");
415 if (DBG) log("silenceRingerInternal: silencing...");
RespondViaSmsManager.java 77 private static final boolean DBG =
152 if (DBG) log("showRespondViaSmsPopup()...");
157 if (DBG) log("Skip showing popup when one is already shown.");
261 if (DBG) log("RespondViaSmsItemClickListener.onItemClick(" + position + ")...");
291 if (DBG) log("RespondViaSmsCancelListener.onCancel()...");
326 if (DBG) log("sendTextToDefaultActivity()...");
335 if (DBG) log("Default package was found." + flattenedName);
404 if (DBG) log("showPackageSelectionDialog()...");
651 if (DBG) log("Settings: onCreate()...");
695 if (DBG) log("onPreferenceChange: key = " + preference.getKey())
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 54 protected static final boolean DBG = false;
197 if (DBG) Log.d(TAG, "setCorpus(" + corpusName + ")");
434 if (DBG) Log.d(TAG, "displayCompletions(" + Arrays.toString(completions) + ")");
566 if (DBG) Log.d(TAG, "onEditorAction consumed=" + consumed);
583 if (DBG) Log.d(TAG, "Forwarding key to query box: " + event);
611 if (DBG) Log.d(TAG, "Suggestions focus change, now: " + focused);
620 if (DBG) Log.d(TAG, "Query focus change, now: " + focused);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 46 private static final boolean DBG = false;
120 if (DBG) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 41 private static final boolean DBG = false;
84 if (DBG) {
347 if (DBG) {
515 if (DBG) {
589 if (DBG && jumpCount >= MAX_JUMPS) {
    [all...]
FusionDictionary.java 35 private static final boolean DBG = MakedictLog.DBG;
483 if (DBG) checkStack(currentNode);
543 if (DBG) checkStack(currentNode);
625 final StringBuilder checker = DBG ? new StringBuilder() : null;
642 if (DBG) checker.append(new String(currentGroup.mChars, 0, currentGroup.mChars.length));
650 if (DBG && !string.equals(checker.toString())) return null;
    [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 72 private static final boolean DBG = false;
168 if (DBG) Log.d(TAG, "locale changed");
320 if (DBG) Log.d(TAG, "query(" + uri + ")");
392 if (DBG) Log.d(TAG, "Returning " + cursor.getCount() + " results for shortcut refresh.");
422 if (DBG) Log.d(TAG, "Returning " + cursor.getCount() + " results for " + query);
501 if (DBG) Log.d(TAG, "Updating database (packageName = " + packageName + ")...");
538 if (DBG) Log.d(TAG, "activity " + activityPackageName + "/" + activityClassName);
566 if (DBG) Log.d(TAG, "Finished updating database.");
571 if (DBG) Log.d(TAG, "Update application usage stats.");
600 if (DBG) Log.d(TAG, "Finished updating application usage stats in database.")
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 58 private static final boolean DBG = true;
400 if (DBG) {
415 if (DBG) Log.w(TAG, "onCreate: newCheckSum=" + newCheckSum);
  /external/openssh/
packet.c 83 #define DBG(x) x
85 #define DBG(x)
582 DBG(debug("packet_start[%d]", type));
778 DBG(debug("cipher_init_context: %d", mode));
883 DBG(debug("compression: raw %d compressed %d", len,
926 DBG(debug("send: len %d (includes padlen %d)", packet_length+4, padlen));
933 DBG(debug("done calc MAC out #%d", active_state->p_send.seqnr));
1017 DBG(debug("packet_send done"));
1034 DBG(debug("packet_read()"));
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 83 private static final boolean DBG = true;
482 if (DBG) Log.d(TAG, "" + hashCode() + ": getState() : mService = null. Returning STATE_OFF");
515 if (DBG) Log.d(TAG, "enable(): BT is already enabled..!");
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 76 private static final boolean DBG = false;
94 if (DBG) Log.d(TAG, "onCreate()");
117 if (DBG) Log.d(TAG, "onDestroy()");
259 if (DBG) Log.d(TAG, "Broadcasting: " + i);
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java 53 private static final boolean DBG = true;
90 setDbg(DBG);
191 setDbg(DBG);
292 setDbg(DBG);
479 setDbg(DBG);
566 setDbg(DBG);
573 if (DBG) log("StateMachine1: ctor X");
666 setDbg(DBG);
674 if (DBG) log("StateMachine2: ctor X");
773 setDbg(DBG);
    [all...]
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 50 private static final boolean DBG = true;
154 if (DBG) Log.d(TAG, "Bluetooth Adapter name changed to " + newName);
182 if (DBG) Log.d(TAG, "Auto-enabling Bluetooth.");
189 if (DBG) Log.d(TAG,"Retrieving Bluetooth Adapter name and address...");
274 if (DBG) Log.d(TAG, "Loading stored name and address");
279 if (DBG) Log.d(TAG, "invalid bluetooth name and address stored");
284 if (DBG) Log.d(TAG, "Stored bluetooth Name=" + mName + ",Address=" + mAddress);
297 if (DBG) Log.d(TAG,"Stored Bluetooth name: " +
304 if (DBG) Log.d(TAG,"Stored Bluetoothaddress: " +
364 if (DBG) {
    [all...]
NetworkManagementService.java 92 private static final boolean DBG = false;
202 if (DBG) Slog.d(TAG, "Creating NetworkManagementService");
204 if (DBG) Slog.d(TAG, "Awaiting socket connection");
206 if (DBG) Slog.d(TAG, "Connected");
212 if (DBG) Slog.d(TAG, "Prepared");
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
UserManagerService.java 73 private static final boolean DBG = false;
    [all...]
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java 85 private static final boolean DBG = false;
136 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
147 if (DBG) Slog.d(TAG, "Send failed, client connection lost");
149 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
338 if (DBG) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 79 private static final boolean DBG = false;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 111 private static final boolean DBG = false;
160 if (DBG) log("Loading config and enabling all networks");
    [all...]
WifiWatchdogStateMachine.java 79 private static boolean DBG = false;
433 if (DBG) logd("Watchdog enabled " + ret);
438 if (DBG) logd("Updating secure settings");
457 if (DBG) logd(getName());
465 if (DBG) logd("Updating wifi-watchdog secure settings");
499 if (DBG) logd(getName());
516 if (DBG) logd("Watchdog disabled, verify link");
534 if (DBG) logd(getName());
550 if (DBG) logd("Network state change " + networkInfo.getDetailedState());
609 if (DBG) logd(getName())
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 65 private static final boolean DBG = false;
254 if (DBG) Log.v(TAG, "PING...");
691 if (DBG) Log.v(TAG, "getCard(): no item at index " + n);
700 if (DBG) Log.v(TAG, "getOrCreateCard(): no item at index " + n + "; creating new");
728 if (DBG) Log.v(TAG, "unloading texture " + n);
751 if (DBG) Log.v(TAG, "unloading detail texture " + n);
774 if (DBG) Log.v(TAG, "unloading texture " + n);
796 if (DBG) Log.v(TAG, "unloading detail texture " + n);
817 if (DBG) Log.v(TAG, "unloading geometry " + n);
837 if (DBG) Log.v(TAG, "unloading matrix " + n)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 63 static final boolean DBG = true;
102 if (DBG) slog("start:");
107 if (DBG) log("SipService: started!");
158 if (DBG) log("open3: incomingCallPendingIntent cannot be null; "
162 if (DBG) log("open3: " + localProfile.getUriString() + ": "
197 if (DBG) log("only creator or radio can close this profile");
217 if (DBG) log("only creator or radio can query on the profile");
231 if (DBG) log("only creator or radio can query on the profile");
246 if (DBG) log("only creator can set listener on the profile");
253 if (DBG) log("createSession: profile" + localProfile)
    [all...]
SipSessionGroup.java 87 private static final boolean DBG = false;
202 if (DBG) log("reset: start stack for " + mLocalProfile.getUriString());
220 if (DBG) {
240 if (DBG) log("close: " + mLocalProfile.getUriString());
281 if (DBG) log("getSipSession: event=" + key);
282 if (DBG) log("getSipSession: active sessions:");
284 if (DBG) log("getSipSession: ..." + k + ": " + mSessionMap.get(k));
295 if (DBG) log("addSipSession: key='" + key + "'");
297 if (DBG) log("addSipSession: " + k + ": " + mSessionMap.get(k));
308 if (DBG) log("removeSession: " + session + " is not associated with key '
    [all...]

Completed in 828 milliseconds

<<11121314