HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 51 - 75 of 371) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java 25 private static final boolean DBG = false;
59 if (DBG) Log.d(TAG, "Removing all callback items for : " + callerIdentity);
69 if (DBG) Log.d(TAG, "Stopping all items");
125 if (DBG) Log.d(TAG, "MessageLoop : Shutting down (interrupted)");
  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.java 29 private static final boolean DBG = false;
185 if (DBG) log("writeToParcel(Parcel, int): " + toString());
200 if (DBG) log("CellIdentityCdma(Parcel): " + toString());
CellIdentityLte.java 29 private static final boolean DBG = false;
165 if (DBG) log("writeToParcel(Parcel, int): " + toString());
180 if (DBG) log("CellIdentityLte(Parcel): " + toString());
CellIdentityWcdma.java 29 private static final boolean DBG = false;
166 if (DBG) log("writeToParcel(Parcel, int): " + toString());
181 if (DBG) log("CellIdentityWcdma(Parcel): " + toString());
CellInfoCdma.java 29 private static final boolean DBG = false;
121 if (DBG) log("CellInfoCdma(Parcel): " + toString());
CellInfoGsm.java 29 private static final boolean DBG = false;
CellInfoLte.java 29 private static final boolean DBG = false;
49 if (DBG) log("getCellIdentity: " + mCellIdentityLte);
54 if (DBG) log("setCellIdentity: " + cid);
59 if (DBG) log("getCellSignalStrength: " + mCellSignalStrengthLte);
64 if (DBG) log("setCellSignalStrength: " + css);
112 if (DBG) log("writeToParcel(Parcel, int): " + toString());
126 if (DBG) log("CellInfoLte(Parcel): " + toString());
CellInfoWcdma.java 29 private static final boolean DBG = false;
CellSignalStrengthGsm.java 29 private static final boolean DBG = false;
120 if (DBG) log("getLevel=" + level);
138 if (DBG) log("getDbm=" + dBm);
153 if (DBG) log("getAsuLevel=" + level);
193 if (DBG) log("writeToParcel(Parcel, int): " + toString());
205 if (DBG) log("CellSignalStrengthGsm(Parcel): " + toString());
CellSignalStrengthLte.java 29 private static final boolean DBG = false;
165 if (DBG) log("Lte rsrp level: " + levelRsrp
189 if (DBG) log("Lte Asu level: "+lteAsuLevel);
248 if (DBG) log("writeToParcel(Parcel, int): " + toString());
272 if (DBG) log("CellSignalStrengthLte(Parcel): " + toString());
CellSignalStrengthWcdma.java 29 private static final boolean DBG = false;
120 if (DBG) log("getLevel=" + level);
138 if (DBG) log("getDbm=" + dBm);
153 if (DBG) log("getAsuLevel=" + level);
193 if (DBG) log("writeToParcel(Parcel, int): " + toString());
205 if (DBG) log("CellSignalStrengthWcdma(Parcel): " + toString());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcRetryAlarmController.java 37 private static final boolean DBG = true;
66 if (DBG) {
73 if (DBG) log("onReceive: unknown action=" + action);
96 if (DBG) log("dispose");
118 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is MAX_INT, retry NOT needed");
121 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is >= 0 use it");
127 if (DBG) log("getSuggestedRetryTime: retry is needed");
129 if (DBG) log("getSuggestedRetryTime: retry is NOT needed");
133 if (DBG) {
144 if (DBG) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 31 private static final boolean DBG = true;
58 if (DBG) log("SipConnectionBase: ctor dialString=" + dialString);
65 if (DBG) log("setState: state=" + state);
138 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause);
150 if (DBG) log("proceedAfterWaitChar: ignore");
155 if (DBG) log("proceedAfterWildChar: ignore");
160 if (DBG) log("cancelPostDial: ignore");
171 if (DBG) log("getRemaingPostDialString: ret empty string");
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 25 private static final boolean DBG = GattServiceConfig.DBG;
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AidRoutingManager.java 31 static final boolean DBG = false;
83 if (DBG) Log.d(TAG, "Set route for AID: " + aid + ", host: " + onHost + " , current: 0x" +
124 if (DBG) Log.d(TAG, "removeAid(): No existing route for " + aid);
145 if (DBG) Log.d(TAG, "Not committing routing because table not dirty.");
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 33 private static final boolean DBG = false;
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/ndefpush/
NdefPushClient.java 36 private static final boolean DBG = true;
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/Nfc/src/com/android/nfc/snep/
SnepMessenger.java 32 private static final boolean DBG = false;
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/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 32 private static final boolean DBG = false;
41 if (DBG) Log.d(TAG, "formatSuggestion('" + query + "', '" + suggestion + "')");
46 if (DBG){
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 45 private static final boolean DBG = false;
85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl);
GoogleSuggestionProvider.java 39 private static final boolean DBG = false;
74 if (DBG) Log.d(TAG, "query uri=" + uri);
SearchBaseUrlHelper.java 36 private static final boolean DBG = false;
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/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java 33 private static final boolean DBG = false;
59 if (DBG) Log.d(TAG, "Publishing suggestions immediately: " + suggestions);
64 if (DBG) Log.d(TAG, "Delaying suggestions publishing: " + suggestions);
109 if (DBG) {
114 if (DBG) Log.d(TAG, "Suggestions now available, publishing: " + mPendingSuggestions);
QueryTextView.java 30 private static final boolean DBG = false;
92 if (DBG) Log.d(TAG, "onCommitCompletion(" + completion + ")");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 29 private static final boolean DBG = false;
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");

Completed in 583 milliseconds

1 23 4 5 6 7 8 91011>>