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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/
CellInfoGsm.java 29 private static final boolean DBG = false;
CellInfoLte.java 29 private static final boolean DBG = true;
49 if (DBG) log("getCellIdentity: " + mCellIdentityLte);
54 if (DBG) log("setCellIdentity: " + cid);
59 if (DBG) log("getCellSignalStrength: " + mCellSignalStrengthLte);
64 if (DBG) log("setCellSignalStrength: " + css);
111 if (DBG) log("writeToParcel(Parcel, int): " + toString());
125 if (DBG) log("CellInfoLte(Parcel): " + toString());
CellSignalStrengthGsm.java 29 private static final boolean DBG = false;
119 if (DBG) log("getLevel=" + level);
137 if (DBG) log("getDbm=" + dBm);
152 if (DBG) log("getAsuLevel=" + level);
192 if (DBG) log("writeToParcel(Parcel, int): " + toString());
204 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());
268 if (DBG) log("CellSignalStrengthLte(Parcel): " + toString());
  /hardware/ril/mock-ril/src/cpp/
worker.cpp 26 #define DBG(...) ALOGD(__VA_ARGS__)
30 #define DBG(...)
43 DBG("WorkerThread::isRunning E");
45 DBG("WorkerThread::isRunning X ret_value=%d", ret_value);
50 DBG("WorkerThread::WorkerThread E");
54 DBG("WorkerThread::WorkerThread X");
58 DBG("WorkerThread::~WorkerThread E");
61 DBG("WorkerThread::~WorkerThread X");
66 DBG("WorkerThread::BeginStopping E");
68 DBG("WorkerThread::BeginStopping X ret_value=%d", ret_value)
    [all...]
worker_v8.cpp 33 #define DBG(...) ALOGD(__VA_ARGS__)
37 #define DBG(...)
87 DBG("Handler::Process: E");
103 DBG("Handler::Process: X");
111 DBG("WorkerV8::WorkerV8 E:");
115 DBG("WorkerV8::WorkerV8 X: this=%p handler_=%p", this, handler_);
119 DBG("~WorkerV8::WorkerV8 E:");
120 DBG("~WorkerV8::WorkerV8 X:");
125 DBG("WorkerV8::Run(args) E:");
127 DBG("WorkerV8::Run(args) X:")
    [all...]
  /hardware/ril/mock-ril/src/java/com/android/internal/telephony/
RilChannel.java 27 private static final boolean DBG = false;
37 if (DBG) log("ctor EX");
57 if (DBG) log("makeMockRilChannel E");
60 if (DBG) log("makeMockRilChannel X");
71 if (DBG) log("DefaultState.enter closed socket");
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 29 static final boolean DBG = true;
  /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/Phone/src/com/android/phone/
CLIRListPreference.java 23 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
138 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: ar.exception="+ar.exception);
147 if (DBG) {
161 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception="+ar.exception);
164 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: re get");
CallWaitingCheckBoxPreference.java 20 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
91 if (DBG) {
103 if (DBG) {
123 if (DBG) {
128 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: re get");
CdmaSystemSelectListPreference.java 37 private static final boolean DBG = false;
140 if(DBG) Log.i(LOG_TAG, "reset cdma roaming mode to default" );
CdmaVoicePrivacyCheckBoxPreference.java 31 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
82 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: ar.exception=" + ar.exception);
85 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: VP state successfully queried.");
98 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: ar.exception=" + ar.exception);
100 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: re get");
DeleteFdnContactScreen.java 40 private static final boolean DBG = false;
69 if (DBG) log("onActivityResult");
81 if (DBG) log("onActivityResult: CANCELLED");
144 if (DBG) log("handleResult: success!");
147 if (DBG) log("handleResult: failed!");
179 if (DBG) log("onDeleteComplete");
EnableFdnScreen.java 40 private static final boolean DBG = false;
111 if (DBG) log("enableFdn: please wait...");
116 if (DBG) log("handleResult: success!");
122 if (DBG) log("handleResult: failed!");
EnableIccPinScreen.java 42 private static final boolean DBG = false;
104 if (DBG) log("enableIccPin:");
106 if (DBG) log("enableIccPin: please wait...");
111 if (DBG) log("handleResult: success!");
117 if (DBG) log("handleResult: failed!");
GsmUmtsAdditionalCallOptions.java 16 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
41 if (DBG) Log.d(LOG_TAG, "start to init ");
44 if (DBG) Log.d(LOG_TAG, "restore stored states");
50 if (DBG) Log.d(LOG_TAG, "onCreate: clirArray[0]="
IccNetworkDepersonalizationPanel.java 50 private static final boolean DBG = false;
88 if (DBG) log("network depersonalization request failure.");
98 if (DBG) log("network depersonalization success.");
139 if (DBG) log("Enabling 'Dismiss' button...");
143 if (DBG) log("Removing 'Dismiss' button...");
176 if (DBG) log("requesting network depersonalization with code " + pin);
208 if (DBG) log("mDismissListener: skipping depersonalization...");
InCallControlState.java 45 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
90 if (DBG) log("InCallControlState constructor...");
207 if (DBG) dumpState();
NetworkQueryService.java 42 private static final boolean DBG = false;
84 if (DBG) log("scan completed, broadcasting results");
115 if (DBG) log("registering callback " + cb.getClass().toString());
124 if (DBG) log("starting new query");
129 if (DBG) log("query already in progress");
150 if (DBG) log("unregistering callback " + cb.getClass().toString());
178 if (DBG) log("binding service implementation");
193 if (DBG) log("AsyncResult is null.");
200 if (DBG) log("AsyncResult has exception " + exception);
205 if (DBG) log("broadcasting results to " + cb.getClass().toString())
    [all...]
OtaStartupReceiver.java 45 private static final boolean DBG = false;
76 if (DBG) Log.d(TAG, "onServiceStateChanged()... new state = " + state);
88 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
103 if (DBG) {
110 if (DBG) Log.d(TAG, "Not primary user, nothing to do.");
115 if (DBG) Log.d(TAG, "OTASP not supported, nothing to do.");
120 if (DBG) Log.d(TAG, "Register our PhoneStateListener");
126 if (DBG) Log.d(TAG, "PhoneStateListener already registered");
130 if (DBG) Log.d(TAG, "Postponing OTASP until wizard runs");
138 if (DBG) Log.w(TAG, "Network is not ready. Registering to receive notification.")
    [all...]
SpecialCharSequenceMgr.java 54 private static final boolean DBG = false;
223 if (DBG) log("showDeviceIdPanel()...");
  /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){
RankAwarePromoter.java 31 private static final boolean DBG = false;
47 if (DBG) Log.d(TAG, "Available results: " + suggestions);
63 if (DBG) Log.d(TAG, "Returning " + promoted.toString());
SearchableSources.java 39 private static final boolean DBG = false;
104 if (DBG) Log.d(TAG, "update()");
129 if (DBG) Log.d(TAG, "Created source " + source);
157 if (DBG) Log.d(TAG, "SearchableSource for " + component + ": " + source);

Completed in 770 milliseconds

1 23 4 5 6 7 8 91011>>