Searched refs:DBG (Results 1 - 25 of 249) sorted by last modified time

12345678910

/frameworks/support/transition/ics/android/support/transition/
H A DFadePort.java80 private static boolean DBG = TransitionPort.DBG && false; field in class:FadePort
116 if (DBG) {
146 if (DBG) {
195 if (DBG) {
H A DTransitionManagerPort.java170 if (TransitionPort.DBG) {
H A DTransitionPort.java38 static final boolean DBG = false; field in class:TransitionPort
180 if (DBG) {
294 if (DBG) {
415 if (DBG) {
422 if (DBG) {
888 if (DBG) {
900 if (DBG) {
905 if (DBG) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java118 static final boolean DBG = false; field in class:SearchView
1061 if (DBG) {
1465 if (DBG) Log.d(LOG_TAG, "onItemClick() position " + position);
1477 if (DBG) Log.d(LOG_TAG, "onItemSelected() position " + position);
1486 if (DBG)
H A DSuggestionsAdapter.java59 private static final boolean DBG = false; field in class:SuggestionsAdapter
144 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
172 if (DBG) Log.d(LOG_TAG, "close()");
179 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
187 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
195 if (DBG) {
214 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
563 if (DBG) Log.d(LOG_TAG, "Found icon in cache: " + resourceUri);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java61 private static final boolean DBG = true; field in class:CallManager
371 if (DBG) {
396 if (DBG) {
945 if (DBG) {
H A DCarrierSignalAgent.java41 private static final boolean DBG = true; field in class:CarrierSignalAgent
143 if (DBG) log("send Intent to carrier signal receiver with action: " +
H A DDefaultPhoneNotifier.java46 private static final boolean DBG = false; // STOPSHIP if true field in class:DefaultPhoneNotifier
99 if (DBG) {
165 if (DBG) log("subId = " + subId + ", DDS = " + dds);
H A DGsmCdmaConnection.java45 private static final boolean DBG = true; field in class:GsmCdmaConnection
565 if (DBG) Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause);
H A DGsmCdmaPhone.java103 private static final boolean DBG = true; field in class:GsmCdmaPhone
386 if(DBG) logd("GsmCdmaPhone finalized");
634 if (DBG) logd("sendEmergencyCallbackModeChange");
644 if (DBG) Rlog.d(LOG_TAG, "sendEmergencyCallStateChange: callActive " + callActive);
856 if (DBG) logd("MmiCode 0: rejectCall");
860 if (DBG) Rlog.d(LOG_TAG,
865 if (DBG) logd("MmiCode 0: hangupWaitingOrBackground");
888 if (DBG) logd("MmiCode 1: hangupConnectionByIndex " + callIndex);
893 if (DBG) logd("MmiCode 1: hangup foreground");
897 if (DBG) log
[all...]
H A DHbpcdUtils.java33 private static final boolean DBG = false; field in class:HbpcdUtils
57 if (DBG) {
61 if (DBG) {
66 if (DBG) {
91 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3 );
94 if (DBG) Log.d(LOG_TAG,
101 if (DBG) Log.d(LOG_TAG, "time zone is not accurate, mcc may be "
116 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5 );
119 if (DBG) Log.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc);
125 if (DBG) Lo
[all...]
H A DIccPhoneBookInterfaceManager.java43 protected static final boolean DBG = true; field in class:IccPhoneBookInterfaceManager
95 if(DBG) logd("Cannot load ADN records");
174 if (DBG) logd("updateAdnRecordsInEfBySearch: efid=0x" +
226 if (DBG) logd("updateAdnRecordsInEfByIndex: efid=0x" +
256 if (DBG) logd("getAdnRecordsSize: efid=" + efid);
295 if (DBG) logd("getAdnRecordsInEF: efid=0x" + Integer.toHexString(efid).toUpperCase());
H A DIccProvider.java44 private static final boolean DBG = true; field in class:IccProvider
90 if (DBG) log("query");
167 if (DBG) log("insert");
245 if (DBG) log("len of input String is 0");
289 if (DBG) log("delete");
302 if (DBG) log("parsing '" + param + "'");
344 if (DBG) log("update");
394 if (DBG) log("loadFromEf: efType=0x" +
407 if (DBG) log(ex.toString());
414 if (DBG) lo
[all...]
H A DIccSmsInterfaceManager.java62 static final boolean DBG = true; field in class:IccSmsInterfaceManager
195 if (DBG) log("updateMessageOnIccEf: index=" + index +
249 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> " +
286 if (DBG) log("getAllMessagesFromEF");
669 if (DBG)
695 if (DBG)
721 if (DBG)
747 if (DBG)
837 if (DBG)
857 if (DBG)
[all...]
H A DInboundSmsHandler.java105 protected static final boolean DBG = true; field in class:InboundSmsHandler
251 if (DBG) log("created InboundSmsHandler");
355 if (DBG) log("entering Idle state");
362 if (DBG) log("acquired wakelock, leaving Idle state");
368 if (DBG) log("Idle state processing message type " + msg.what);
379 if (DBG) {
411 if (DBG) log("entering Delivering state");
416 if (DBG) log("leaving Delivering state");
672 if (DBG) log("destination port: " + destPort);
819 if (DBG) lo
[all...]
H A DPhoneFactory.java58 static final boolean DBG = false; field in class:PhoneFactory
253 if (DBG) dbgInfo = "phoneId == DEFAULT_PHONE_ID return sPhone";
256 if (DBG) dbgInfo = "phoneId != DEFAULT_PHONE_ID return sPhones[phoneId]";
261 if (DBG) {
H A DPhoneStateIntentReceiver.java41 private static final boolean DBG = false; field in class:PhoneStateIntentReceiver
174 if (DBG) Rlog.d(LOG_TAG, "onReceiveIntent: ACTION_PHONE_STATE_CHANGED, state="
H A DPhoneSubInfoController.java43 private static final boolean DBG = true; field in class:PhoneSubInfoController
H A DRetryManager.java89 public static final boolean DBG = true; field in class:RetryManager
241 if (DBG) log("configure: '" + configStr + "'");
411 if (DBG) log("getRetryTimer: " + retVal);
H A DSMSDispatcher.java88 static final boolean DBG = false; field in class:SMSDispatcher
632 if (DBG) Rlog.d(TAG, "SMS send complete. Broadcasting intent: " + sentIntent);
640 if (DBG) Rlog.d(TAG, "SMS send failed");
H A DServiceStateTracker.java101 private static final boolean DBG = true; field in class:ServiceStateTracker
297 if (DBG) log("SubscriptionListener.onSubscriptionInfoChanged");
679 if (DBG) log("notifyDataRegStateRilRadioTechnologyChanged: drs=" + drs + " rat=" + rat);
692 if (DBG) {
879 if (DBG) log("EVENT_SET_RADIO_OFF, turn radio off now.");
1066 if (DBG) log("EVENT_POLL_STATE_NETWORK_SELECTION_MODE");
1177 if (DBG) log("EVENT_RESTRICTED_STATE_CHANGED");
1190 if (DBG) log("EVENT_ALL_DATA_DISCONNECTED, turn radio off now.");
1200 if (DBG) log("EVENT_CHANGE_IMS_STATE:");
1206 if (DBG) lo
[all...]
H A DSms7BitEncodingTranslator.java35 private static final boolean DBG = Build.IS_DEBUGGABLE ; field in class:Sms7BitEncodingTranslator
107 if (DBG) {
139 if (DBG) {
145 if (DBG) {
181 if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: open normal file");
190 if (DBG) {
195 if (DBG) {
213 if (DBG) {
226 if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: parsing successful, file loaded");
H A DSmsBroadcastUndelivered.java45 private static final boolean DBG = InboundSmsHandler.DBG; field in class:SmsBroadcastUndelivered
143 if (DBG) Rlog.d(TAG, "scanning raw table for undelivered messages");
188 if (DBG) Rlog.d(TAG, "found complete multi-part message");
205 } else if (DBG) {
216 if (DBG) Rlog.d(TAG, "finished scanning raw table in "
H A DSmsNumberUtils.java43 private static final boolean DBG = Build.IS_DEBUGGABLE; field in class:SmsNumberUtils
142 if (DBG) Rlog.d(TAG, "NANP type: " + getNumberPlanType(nanpState));
172 if (DBG) Rlog.d(TAG, "International type: " + getNumberPlanType(internationalState));
279 if (DBG) Rlog.d(TAG, "MCC = " + mcc + ", all IDDs = " + allIDDs);
442 if (DBG) Rlog.d(TAG, "Country code = " + tempCC);
531 if (DBG) Rlog.d(TAG, "enter filterDestAddr. destAddr=\"" + destAddr + "\"" );
552 if (DBG) {
575 if (DBG) Rlog.w(TAG, "warning! unknown mPhoneType value=" + phoneType);
629 if (DBG) Rlog.d(TAG, "compareGid1 serviceGid is empty, return " + ret);
637 if (DBG) Rlo
[all...]
H A DSmsUsageMonitor.java67 private static final boolean DBG = false; field in class:SmsUsageMonitor
345 if (DBG) Rlog.d(TAG, "Country (" + country + ") not found");
396 if (DBG) Rlog.d(TAG, "isEmergencyNumber");
401 if (DBG) Rlog.e(TAG, "check disabled");
409 if (DBG) Rlog.d(TAG, "Loading SMS Short Code patterns from file");
412 if (DBG) Rlog.d(TAG, "Loading SMS Short Code patterns from resource");

Completed in 284 milliseconds

12345678910