Lines Matching refs:log

165         if(DBG) log("CdmaDataConnectionTracker finalized");
183 if (DBG) log ("setState: " + s);
256 log("Data not allowed due to" + reason);
266 log("Data not possible. No coverage: dataState = " + mState);
272 if (DBG) log("***trySetupData due to " + (reason == null ? "(unspecified)" : reason));
281 log("(fix?) We're on the simulator; assuming data is connected");
309 if (DBG) log("cleanUpConnection: reason: " + reason);
329 if (DBG) log("cleanUpConnection: teardown, conn.tearDownAll");
333 if (DBG) log("cleanUpConnection: teardown, conn.tearDown");
339 if (DBG) log("cleanUpConnection: !tearDown, call conn.resetSynchronously");
352 if (DBG) log("cleanupConnection: !notificationDeferred");
360 log("found free GsmDataConnection");
364 log("NO free CdmaDataConnection");
372 if (DBG) log("setupData: No free CdmaDataConnection found!");
389 if (DBG) log("call conn.bringUp mActiveApn=" + mActiveApn);
411 if (DBG) log("Cleanup connection and wait " +
460 log("NOT Posting Data Connection Unavailable notification "
470 log("Data Connection activate failed. Scheduling next attempt for "
490 if (DBG) log("gotoIdleAndNotifyDataConnection: reason=" + reason);
553 if (DBG) log("Tear down data connection on roaming.");
570 log("We're on the simulator; assuming data is connected");
590 log("We're on the simulator; assuming radio off is meaningless");
592 if (DBG) log("Radio is off and clean up all connection");
612 if(DBG) log("Data Connection setup failed " + cause);
626 if (DBG) log("No retry is suggested.");
638 if(DBG) log("EVENT_DISCONNECT_DONE connId=" + connId);
722 // Should never happen, log an error and default to a simple linear sequence.
723 log("Could not configure using DEFAULT_DATA_RETRY_CONFIG="
735 log("Fully connected");
738 log("Could not connect to dcac.dataConnection=" + dcac.dataConnection +
788 log("************TURN OFF RADIO**************");
834 log("onDataStateChanged: No active connection"
843 log("onDataStateChanged: active=LINK_ACTIVE && CONNECTED, ignore");
851 log("onDataStateChanged active=LINK_DOWN && CONNECTED, dormant");
859 log("onDataStateChanged: IGNORE unexpected DataCallState.active="
864 log("onDataStateChanged: not connected, state=" + mState + " ignoring");
875 if (DBG) log("CdmaDCT handleMessage msg=" + msg);
878 log("Ignore CDMA msgs since CDMA phone is inactive");
907 if (DBG) log("EVENT_RESTART_RADIO");
929 log("Removing stale icc objects.");
934 log("New records found");
953 protected void log(String s) {