HomeSort by relevance Sort by last modified time
    Searched defs:VDBG (Results 26 - 50 of 58) sorted by null

12 3

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 45 private static final boolean VDBG = false;
185 if (VDBG) {
DataConnection.java 75 private static final boolean VDBG = true;
564 if (VDBG) log("NotifyDisconnectCompleted");
577 if (VDBG) {
811 if (VDBG) {
818 if (VDBG) log("Disconnecting to previous connection mAc=" + mAc);
824 if (VDBG) log("DcDefaultState: FULL_CONNECTION reply connected");
831 if (VDBG) log("CMD_CHANNEL_DISCONNECTED");
837 if (VDBG) log("REQ_IS_INACTIVE isInactive=" + val)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 52 private static final boolean VDBG = false;
SmsMessage.java 50 private static final boolean VDBG = false;
469 if (VDBG) Rlog.d(LOG_TAG, "SMS status report requested");
891 if (VDBG) Rlog.d(LOG_TAG, "SMS SC address: " + mScAddress);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 40 private static final boolean VDBG = false;
76 if (VDBG) Log.d(TAG,"isTurningOn()=" + isTurningOn);
82 if (VDBG) Log.d(TAG,"isTurningOff()=" + isTurningOff);
AdapterProperties.java 37 private static final boolean VDBG = false;
  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 51 private static final boolean VDBG = false;
120 if (VDBG) log("CacheAsyncTask#onPostExecute()");
127 if (VDBG) log("CacheAsyncTask#onCanceled()");
203 if (VDBG) log("refreshCacheEntry() started");
254 if (VDBG) {
280 if (VDBG) log("refreshCacheEntry() ended");
317 if (VDBG) log("Trying to lookup " + number);
326 if (VDBG) log("Trying to lookup " + key);
330 if (VDBG) log("Obtained " + entry);
OutgoingCallBroadcaster.java 70 // Do not check in with VDBG = true, since that may write PII to the system log.
71 private static final boolean VDBG = false;
183 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'");
263 if (VDBG) Log.v(TAG, "- uri: " + uri);
264 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'");
305 if (VDBG) {
501 if (VDBG) {
    [all...]
BluetoothPhoneService.java 57 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); // even more logging
104 if (VDBG) Log.d(TAG, "mAdapter null");
123 if(VDBG) Log.d(TAG, "registerForServiceStateChanged");
143 if (VDBG) Log.d(TAG, "BluetoothPhoneService started");
168 if (VDBG) Log.d(TAG, "handleMessage: " + msg.what);
196 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange...");
219 if (VDBG)
546 if (VDBG) log("Filling clccConnections[0] for INCOMING state");
551 if (VDBG) log("Filling clccConnections[0] & [1] for CALL WAITING state");
557 if (VDBG) {
    [all...]
NotificationMgr.java 74 // Do not check in with VDBG = true, since that may write PII to the system log.
75 private static final boolean VDBG = false;
490 if (VDBG) {
    [all...]
CallNotifier.java 66 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);
405 if (VDBG) log("- connection is ringing! state = " + state);
434 if (VDBG) log("Holding wake lock on new incoming connection.");
453 if (VDBG) log("- onNewRingingConnection() done.");
557 if (VDBG) log("- CallerInfo already up to date, using available data");
560 if (VDBG) log("- Starting query, posting timeout message.");
660 if (VDBG) log("- starting call waiting tone...");
679 if (VDBG) log("onPhoneStateChanged: state = " + state);
722 if (VDBG) log("onPhoneStateChanged: OFF HOOK");
    [all...]
PhoneGlobals.java 103 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);
334 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = "
375 if (VDBG) Log.v(LOG_TAG, "onCreate()...");
504 if (VDBG) Log.v(LOG_TAG, "register for ICC status");
    [all...]
  /system/netd/
MDnsSdListener.cpp 32 #define VDBG 1
65 if (VDBG) {
77 if (VDBG) ALOGD("using ref %p", ref);
91 if (VDBG) ALOGD("discover successful");
111 if (VDBG) {
117 if (VDBG) {
145 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref);
157 if (VDBG) {
184 if (VDBG) ALOGD("serviceRegister successful");
204 if (VDBG) ALOGD("register succeeded for %d as %s", refNumber, serviceName)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 53 private static final boolean VDBG = true;
130 if (VDBG) {
    [all...]
BluetoothSocket.java 90 private static final boolean VDBG = false;
193 if (VDBG) Log.d(TAG, "socket fd passed by stack fds: " + fds);
359 if (VDBG) Log.d(TAG, "bindListen(), SocketState: " + mSocketState + ", mPfd: " +
364 if (VDBG) Log.d(TAG, "bindListen(), new LocalSocket ");
366 if (VDBG) Log.d(TAG, "bindListen(), new LocalSocket.getInputStream() ");
370 if (VDBG) Log.d(TAG, "bindListen(), readInt mSocketIS: " + mSocketIS);
376 if (VDBG) Log.d(TAG, "channel: " + channel);
409 if (VDBG) Log.d(TAG, "available: " + mSocketIS);
420 if (VDBG) Log.d(TAG, "flush: " + mSocketOS);
426 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length)
    [all...]
BluetoothAdapter.java 84 private static final boolean VDBG = false;
475 if (VDBG) Log.d(TAG, "" + hashCode() + ": getState(). Returning " + state);
    [all...]
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 58 private static final boolean VDBG = false;
146 if (VDBG) {
151 if (VDBG) {
157 if (VDBG) mMdst.log("Disconnected from DataStateTracker");
161 if (VDBG) mMdst.log("Ignorning unknown message=" + msg);
237 if (VDBG) {
267 if (VDBG) {
306 if (VDBG) {
578 if (VDBG) log("setUserDataEnable: X enabled=" + enabled);
618 if (VDBG) log("setDependencyMet: X met=" + met)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 73 private static final boolean VDBG = false; // STOPSHIP if true, logs user data
556 if (VDBG) log("created tracker: " + tracker);
781 if (VDBG) log("adding content values to raw table: " + values.toString())
    [all...]
SmsUsageMonitor.java 67 private static final boolean VDBG = false;
327 if (VDBG) Rlog.d(TAG, "Found country " + currentCountry);
630 if (VDBG) log("SMS send size=" + sent.size() + " time=" + ct);
ServiceStateTracker.java 47 protected static final boolean VDBG = false;
410 if (VDBG) {
713 if (VDBG) log("SST.getAllCellInfo(): E");
791 if (VDBG) log("isCallerOnDifferentThread: " + value);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 43 private static final boolean VDBG = false;
450 if (VDBG) Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause);
467 if (VDBG) Rlog.d(LOG_TAG, "onLoalDisconnect" );
SmsMessage.java 73 private static final boolean VDBG = false;
711 if (VDBG) {
732 if (VDBG) Rlog.v(LOG_TAG, "SMS originating address: "
740 if (VDBG) Rlog.d(LOG_TAG, "SMS SC timestamp: " + mScTimeMillis);
765 if (VDBG) Rlog.v(LOG_TAG, "SMS message body: '" + mMessageBody + "'");
767 } else if ((mUserData != null) && VDBG) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 60 private static final boolean VDBG = false;
160 if (VDBG) log("register datatype: " + appConfig.getDataType() + " role: " +
511 if (VDBG) log ("Health Device Application: " + config + " State Change: status:" + status);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 119 private static final boolean VDBG = false;
168 if (VDBG) {
188 if (VDBG) localLog("wpa_supplicant.conf changed; new size = " + file.length());
253 if (VDBG) localLog("selectNetwork", netId);
290 if (VDBG) localLog("saveNetwork", config.networkId);
339 if (VDBG) localLog("forgetNetwork", netId);
360 if (VDBG) localLog("addOrUpdateNetwork", config.networkId);
380 if (VDBG) localLog("removeNetwork", netId);
415 if (VDBG) localLog("enableNetwork(disableOthers=true) ", netId);
418 if (VDBG) localLog("enableNetwork(disableOthers=false) ", netId)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 52 private static final boolean VDBG = false; // STOPSHIP if true
189 if (DBG) log("dialInternal: dialString=" + (VDBG ? dialString : "xxxxxx"));
    [all...]

Completed in 581 milliseconds

12 3