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

<<1112131415

  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 47 private static final boolean DBG = false;
210 if (DBG) Log.v(TAG, "State RESET_LOCK");
262 if (DBG) Log.v(TAG, "State READY");
267 if (DBG) Log.v(TAG, "State START_ATTEMPT");
291 if (DBG) Log.v(TAG, "State ATTEMPTING (fingerDown = " + fingerDown + ")");
301 if (DBG) Log.v(TAG, "up detected, moving to STATE_UNLOCK_ATTEMPT");
321 if (DBG) Log.v(TAG, "State UNLOCK_ATTEMPT");
384 if (DBG) Log.v(TAG, "State UNLOCK_SUCCESS");
389 if (DBG) Log.v(TAG, "Unknown state " + mLockState);
416 if (DBG) Log.v(TAG, "LockTimerActions")
    [all...]
  /frameworks/base/services/java/com/android/server/
NsdService.java 67 private static final boolean DBG = true;
159 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
171 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
245 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo);
288 if (DBG) Slog.d(TAG, "Discover services");
300 if (DBG) {
313 if (DBG) Slog.d(TAG, "Stop service discovery");
332 if (DBG) Slog.d(TAG, "Register service");
342 if (DBG) Slog.d(TAG, "Register " + msg.arg2 + " " + id);
352 if (DBG) Slog.d(TAG, "unregister service")
    [all...]
TelephonyRegistry.java 63 private static final boolean DBG = false;
142 if (DBG) Slog.d(TAG, "MSG_USER_SWITCHED userId=" + msg.arg1);
194 if (DBG) {
221 if (DBG) Slog.i(TAG, "listen: add new record=" + r);
483 if (DBG) {
520 if (DBG) {
748 if (DBG) Slog.w(TAG, msg);
787 if (DBG | DBG_LOC) {
TextServicesManagerService.java 67 private static final boolean DBG = false;
141 if (DBG) {
195 if (DBG) Slog.d(TAG, "Add: " + compName);
211 if (DBG) {
223 if (DBG) {
231 if (DBG) {
275 if (DBG) {
298 if (DBG) {
319 if (DBG) {
324 if (DBG) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 39 static final boolean DBG = true;
565 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setNullState=" + state);
595 if (DBG) Rlog.e(LOG_TAG, "[ServiceState] setState deprecated use setVoiceRegState()");
601 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setVoiceRegState=" + mVoiceRegState);
607 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setDataRegState=" + mDataRegState);
737 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setDataRadioTechnology=" + mRilDataRadioTechnology);
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 48 private static final boolean DBG = false;
538 if (DBG) Slog.d(TAG, "importing keys " + name + " in hardware backed " +
547 if (DBG) Slog.d(TAG, "importing keys " + name + " in software backed store");
595 if (DBG) Slog.d(TAG, "putting certificate " + name + " in keystore");
609 if (DBG) Slog.d(TAG, "removing client private key and user cert");
617 if (DBG) Slog.d(TAG, "removing CA cert");
738 if (DBG) Slog.d(TAG, "Loading client certificate " + Credentials
755 if (DBG) Slog.d(TAG, "Loaded client certificate " + Credentials
757 if (DBG) Slog.d(TAG, "It " + (mNeedsSoftwareKeystore ? "needs" :
WifiNative.java 41 private static final boolean DBG = false;
135 if (DBG) Log.d(mTAG, "doBoolean: " + command);
141 if (DBG) Log.d(mTAG, " returned " + result);
147 if (DBG) Log.d(mTAG, "doInt: " + command);
153 if (DBG) Log.d(mTAG, " returned " + result);
159 if (DBG) Log.d(mTAG, "doString: " + command);
165 if (DBG) Log.d(mTAG, " returned " + result);
171 if (DBG) Log.d(mTAG, "doString: " + command);
683 if (DBG) Log.d(mTAG, "p2pSetChannel: lc="+lc+", oc="+oc);
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 52 private static final boolean DBG = false;
374 if (DBG) Log.v(TAG, "setTextureForItem(" + n + ")");
376 if (DBG) Log.v(TAG, "done");
397 if (DBG) Log.v(TAG, "setDetailTextureForItem(" + n + ")");
399 if (DBG) Log.v(TAG, "done");
415 if (DBG) Log.v(TAG, "invalidateTexture(" + n + ", " + eraseCurrent + ")");
417 if (DBG) Log.v(TAG, "done");
431 if (DBG) Log.v(TAG, "invalidateDetailTexture(" + n + ", " + eraseCurrent + ")");
433 if (DBG) Log.v(TAG, "done");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 52 static final boolean DBG = true;
187 if (DBG) log("updateMessageOnIccEf: index=" + index +
242 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> " +
279 if (DBG) log("getAllMessagesFromEF");
526 if (DBG) log("enableGsmBroadcastRange");
543 if (DBG)
553 if (DBG) log("disableGsmBroadcastRange");
570 if (DBG)
580 if (DBG) log("enableCdmaBroadcastRange");
597 if (DBG)
    [all...]
InboundSmsHandler.java 72 protected static final boolean DBG = true;
193 if (DBG) log("created InboundSmsHandler");
282 if (DBG) log("entering Idle state");
289 if (DBG) log("acquired wakelock, leaving Idle state");
294 if (DBG) log("Idle state processing message type " + msg.what);
304 if (DBG) {
336 if (DBG) log("entering Delivering state");
341 if (DBG) log("leaving Delivering state");
540 if (DBG) log("destination port: " + destPort);
664 if (DBG) log("dispatchWapPdu() returned " + result)
    [all...]
SmsUsageMonitor.java 66 private static final boolean DBG = false;
344 if (DBG) Rlog.d(TAG, "Country (" + country + ") not found");
395 if (DBG) Rlog.d(TAG, "isEmergencyNumber");
400 if (DBG) Rlog.e(TAG, "check disabled");
408 if (DBG) Rlog.d(TAG, "Loading SMS Short Code patterns from file");
411 if (DBG) Rlog.d(TAG, "Loading SMS Short Code patterns from resource");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 66 private static final boolean DBG = false;
425 if (DBG) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 41 private static final boolean DBG = true;
422 if (DBG) Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 41 private static final boolean DBG = true;
83 if (DBG) log("Creating UiccApp: " + as);
112 if (DBG) log(mAppType + " update. New " + as);
140 if (DBG) log(oldAppType + " changed state: " + oldAppState + " -> " + mAppState);
155 if (DBG) log(mAppType + " being Disposed");
213 if (DBG) log("Error in querying facility lock:" + ar.exception);
241 if (DBG) log("EVENT_CHANGE_FACILITY_FDN_DONE: " +
268 if (DBG) log("Error in querying facility lock:" + ar.exception);
274 if (DBG) log("Query facility lock : " + ints[0]);
305 if (DBG) log("Ignoring: pin1state=" + mPin1State)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 59 private static final boolean DBG = false;
143 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
171 if (DBG) Log.d(LOG_TAG, "close()");
178 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
186 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
194 if (DBG) {
213 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
557 if (DBG) Log.d(LOG_TAG, "Found icon in cache: " + resourceUri);
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadio.java 43 private static final boolean DBG = true;
137 if (DBG)
162 if (DBG)
172 if (DBG)
183 if (DBG)
193 if (DBG)
205 if (DBG)
215 if (DBG)
226 if (DBG)
236 if (DBG)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 59 private static final boolean DBG = true;
150 if (DBG) log("HealthService Handler msg: " + msg.what);
303 if (DBG) Log.d(TAG,"Binder is dead.");
405 if (DBG) Log.d(TAG, "Config has already been registered");
417 if (DBG) Log.d(TAG,"unregisterAppConfiguration: no app found");
442 if (DBG) Log.d(TAG,"disconnectChannel: no channel found");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 63 private static final boolean DBG = false;
179 if (DBG) {
257 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
314 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
318 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
327 if(DBG) Log.d(TAG, "setBluetoothTethering: " + value +", mTetherOn: " + mTetherOn);
377 if (DBG) {
386 if (DBG)
410 if(DBG) {
487 if (DBG) Log.d(TAG, "updateTetherState:" + iface)
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 68 static final boolean DBG = false;
273 if (DBG) Log.v(TAG, "Binding id=" + id + " sel=" + mSelectedId
295 if (DBG) Log.v(TAG, "Setting cursor to: " + cursor
345 if (DBG) Log.v(TAG, "Getting new cursor...");
475 if (DBG) Log.v(TAG, "Selected Uri: " + mSelectedUri);
476 if (DBG) Log.v(TAG, "Selected base Uri: " + baseSelectedUri);
477 if (DBG) Log.v(TAG, "Base Uri: " + mBaseUri);
625 if (DBG) Log.v(TAG, "Click on " + position + " (id=" + id
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 40 static final boolean DBG = true;
106 if (DBG) Log.d(TAG, "Starting background presence check");
132 if (DBG) Log.d(TAG, "Stopping background presence check");
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 39 static final boolean DBG = false;
105 if (DBG) Log.d(TAG, "Starting background presence check");
131 if (DBG) Log.d(TAG, "Stopping background presence check");
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 34 static final boolean DBG = false;
93 if (DBG) Log.d(TAG, "Not updating aid cache + routing: nothing changed.");
158 if (DBG) Log.d(TAG, "Didn't find passed in service, invalidating cache.");
209 if (DBG) Log.d(TAG, "Didn't find passed in service, invalidating cache.");
264 if (DBG) Log.d(TAG, "Could not resolve AID " + aid + " to any service.");
268 if (DBG) Log.d(TAG, "resolveAidLocked: resolving AID " + aid);
274 if (DBG) Log.d(TAG, "resolveAidLocked: next tap component is " + defaultComponent);
277 if (DBG) Log.d(TAG, "resolveAidLocked: AID " + aid + " is a payment AID");
283 if (DBG) Log.d(TAG, "resolveAidLocked: default payment component is "
287 if (DBG) Log.d(TAG, "resolveAidLocked: resolved single service "
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 53 static final boolean DBG = true;
331 if (DBG) Log.d(TAG, "tryHandoverRequest():" + m.toString());
375 if (DBG) Log.d(TAG, "Waiting for incoming transfer, [" +
405 if (DBG) Log.d(TAG, "tryHandover(): " + m.toString());
415 if (DBG) Log.d(TAG, "BT handover, but BT not available");
441 if (DBG) Log.d(TAG, "Initiating outgoing transfer, [" + mLocalBluetoothAddress +
469 if (DBG) Log.d(TAG, "Whitelisting " + device + " for BT OPP");
HandoverTransfer.java 70 static final Boolean DBG = true;
151 if (DBG) Log.d(TAG, "Whitelisting " + device + " for BT OPP");
177 if (DBG) Log.d(TAG, "Transfer success, uri " + uri + " mimeType " + mimeType);
186 if (DBG) Log.d(TAG, "Could not get mimeType for file.");
341 if (DBG) Log.d(TAG, "Failed to rename from " + srcFile + " to " + dstFile);
347 if (DBG) Log.d(TAG, "Did successful rename from " + srcFile + " to " + dstFile);
384 if (DBG) Log.d(TAG, "Transfer timed out for id: " + Integer.toString(mTransferId));
391 if (DBG) Log.d(TAG, "Scan completed, path " + path + " uri " + uri);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 46 private static final boolean DBG = false;
103 if (DBG) Log.d(TAG, "onCreate()");
175 if (DBG) Log.d(TAG, "onNewIntent()");
208 if (DBG) Log.d(TAG, "setupFromIntent(" + intent.toUri(0) + ")");
252 if (DBG) Log.d(TAG, "onDestroy()");
262 if (DBG) Log.d(TAG, "onStop()");
278 if (DBG) Log.d(TAG, "onPause()");
285 if (DBG) Log.d(TAG, "onRestart()");
291 if (DBG) Log.d(TAG, "onResume()");
332 if (DBG) Log.d(TAG, "Search clicked, query=" + query)
    [all...]

Completed in 1003 milliseconds

<<1112131415