Lines Matching refs:log

158         if (DBG) log("GsmDCT.constructor");
217 if (DBG) log("DcTracker.dispose");
384 log(String.format("isDataPossible(%s): possible=%b isDataAllowed=%b " +
394 if(DBG) log("finalize");
420 log("initApnContexts: E");
460 log("initApnContexts: skipping unknown type=" + networkConfig.type);
463 log("initApnContexts: apnContext=" + apnContext);
465 log("initApnContexts: X mApnContexts=" + mApnContexts);
474 if (DBG) log("return link properites for " + apnType);
478 if (DBG) log("return new LinkProperties");
489 log("get active pdp is not null, return NetworkCapabilities for " + apnType);
494 if (DBG) log("return new NetworkCapabilities");
501 if (DBG) log("get all active apn types");
516 if (VDBG) log( "get active apn string for type:" + apnType);
538 if (DBG) log("setState should not be used in GSM" + s);
574 if (DBG) log("overall state is CONNECTED");
593 if (DBG) log( "overall state is IDLE");
598 if (DBG) log( "overall state is CONNECTING");
601 if (DBG) log( "overall state is IDLE");
604 if (DBG) log( "overall state is FAILED");
676 if (DBG) log ("onDataConnectionDetached: stop polling and notify detached");
684 if (DBG) log("onDataConnectionAttached");
687 if (DBG) log("onDataConnectionAttached: start polling notify attached");
714 if (DBG) log("isDataAllowed getRecordsLoaded=" + recordsLoaded);
766 if (DBG) log("isDataAllowed: not allowed due to" + reason);
786 if (DBG) log("setupDataOnConnectableApns: " + reason);
790 if (DBG) log("setupDataOnConnectableApns: apnContext " + apnContext);
812 log("setupDataOnConnectableApns: isConnectable() call trySetupData");
825 log("trySetupData for type:" + apnContext.getApnType() +
827 log("trySetupData with mIsPsRestricted=" + mIsPsRestricted);
836 log("trySetupData: X We're on the simulator; assuming connected retValue=true");
852 if (DBG) log("trySetupData: make a FAILED ApnContext IDLE so its reusable");
864 if (DBG) log("trySetupData: X No APN found retValue=false");
869 log ("trySetupData: Create from mAllApnSettings : "
876 log("trySetupData: call setupData, waitingApns : "
882 if (DBG) log("trySetupData: X retValue=" + retValue);
890 if (DBG) log ("trySetupData: X apnContext not 'ready' retValue=false");
900 if (VDBG) log("notifyOffApnOfAvailability type:" + apnContext.getApnType());
906 log("notifyOffApnsOfAvailability skipped apn due to attached && isReady " +
925 if (DBG) log("cleanUpAllConnections: tearDown=" + tearDown + " reason=" + reason);
937 if (DBG) log("ApnConextType: " + apnContext.getApnType());
954 log("cleanUpConnection: mDisconnectPendingCount = " + mDisconnectPendingCount);
981 if (DBG) log("cleanUpConnection: apn context is null");
987 log("cleanUpConnection: E tearDown=" + tearDown + " reason=" + apnContext.getReason() +
998 log("cleanUpConnection: teardown, disconnected, !ready apnContext="
1015 log("cleanUpConnection: disconnectAll DUN connection");
1025 log("cleanUpConnection: tearing down" + (disconnectAll ? " all" :"")
1060 log("cleanUpConnection: X tearDown=" + tearDown + " reason=" + apnContext.getReason() +
1228 if (DBG) log("createApnList: X result=" + result);
1233 if (DBG) log("dataConnectionNotInUse: check if dcac is inuse dcac=" + dcac);
1236 if (DBG) log("dataConnectionNotInUse: in use by apnContext=" + apnContext);
1243 if (DBG) log("dataConnectionNotInUse: tearDownAll");
1245 if (DBG) log("dataConnectionNotInUse: not in use return true");
1253 log("findFreeDataConnection: found free DataConnection=" +
1259 log("findFreeDataConnection: NO free DataConnection");
1264 if (DBG) log("setupData: apnContext=" + apnContext);
1270 if (DBG) log("setupData: return for no apn found!");
1299 log("setupData: Higher priority ApnContext active. Ignoring call");
1311 if (DBG) log("setupData: Some calls are disconnecting first. Wait and retry");
1316 if (DBG) log("setupData: Single pdp. Continue setting up data call.");
1326 if (DBG) log("setupData: No free DataConnection and couldn't create one, WEIRD");
1330 if (DBG) log("setupData: dcac=" + dcac + " apnSetting=" + apnSetting);
1343 if (DBG) log("setupData: initing!");
1362 if (DBG) log("onApnChanged: createAllApnList and cleanUpAllConnections");
1389 if (DBG) log("gotoIdleAndNotifyDataConnection: reason=" + reason);
1429 if (DBG) log("isOnlySingleDcAllowed(" + rilRadioTech + "): " + onlySingleDcAllowed);
1435 if (DBG) log("restartRadio: ************TURN OFF RADIO**************");
1481 log("startAlarmForReconnect: delay=" + delay + " action=" + intent.getAction()
1498 log("startAlarmForRestartTrySetup: delay=" + delay + " action=" + intent.getAction()
1510 if (DBG) log( "notifyNoData: type=" + apnContext.getApnType());
1518 if (DBG) log("onRecordsLoaded: createAllApnList");
1525 if (DBG) log("onRecordsLoaded: notifying data availability");
1554 log("applyNewState(" + apnContext.getApnType() + ", " + enabled +
1568 if (DBG) log("applyNewState: 'ready' so return");
1627 log("checkForCompatibleConnectedApnContext: apnContext=" + apnContext );
1634 log("curDcac: " + curDcac);
1637 log("apnSetting: " + apnSetting);
1643 log("checkForCompatibleConnectedApnContext:"
1661 log("checkForCompatibleConnectedApnContext:"
1677 log("checkForCompatibleConnectedApnContext: not conn curApnCtx=" + curApnCtx);
1683 log("checkForCompatibleConnectedApnContext: found potential conn=" + potentialDcac
1689 if (DBG) log("checkForCompatibleConnectedApnContext: NO conn apnContext=" + apnContext);
1701 if (DBG) log("onEnableApn: apnContext=" + apnContext + " call applyNewState");
1708 if (DBG) log("onTrySetupData: reason=" + reason);
1714 if (DBG) log("onTrySetupData: apnContext=" + apnContext);
1720 if (DBG) log("onRoamingOff");
1734 if (DBG) log("onRoamingOn");
1739 if (DBG) log("onRoamingOn: setup data on roaming");
1743 if (DBG) log("onRoamingOn: Tear down data connection on roaming.");
1751 if (DBG) log("onRadioAvailable");
1758 log("onRadioAvailable: We're on the simulator; assuming data is connected");
1781 log("We're on the simulator; assuming radio off is meaningless");
1783 if (DBG) log("onRadioOffOrNotAvailable: is off and clean up all connections");
1793 if (DBG) log("completeConnection: successful, notify the world apnContext=" + apnContext);
1797 log("completeConnection: MOBILE_PROVISIONING_ACTION url="
1852 log("onDataSetupComplete: " + radioTestProperty +
1856 log("onDataSetupComplete: " + radioTestProperty + "=" +
1862 log("onDataSetupComplete: no connection to DC, handle as error");
1868 log("onDataSetupComplete: success apn=" + (apn == null ? "unknown" : apn.apn));
1887 if (DBG) log("onDataSetupComplete: PREFERED APN is null");
1920 log("onDataSetupComplete: successful, BUT send connected to prov apn as"
1962 log("onDataSetupComplete: SETUP complete type=" + apnContext.getApnType()
1970 log(String.format("onDataSetupComplete: error apn=%s cause=%s",
1988 log(String.format("onDataSetupComplete: WaitingApns.size=%d" +
2047 log("onDataSetupCompleteError: All APN's had permanent failures, stop retrying");
2052 log("onDataSetupCompleteError: Not all APN's had permanent failures delay="
2058 if (DBG) log("onDataSetupCompleteError: Try next APN");
2080 if(DBG) log("onDisconnectDone: EVENT_DISCONNECT_DONE apnContext=" + apnContext);
2089 if(DBG) log("onDisconnectDone: radio will be turned off, no retries");
2113 if(DBG) log("onDisconnectDone: attached, ready and retry after disconnect");
2120 log("onDisconnectDone: restartRadio after provisioning");
2126 if(DBG) log("onDisconnectDone: isOnlySigneDcAllowed true so setup single apn");
2129 if(DBG) log("onDisconnectDone: not retrying");
2161 if(DBG) log("onDisconnectDcRetrying: apnContext=" + apnContext);
2169 if (DBG) log("onVoiceCallStarted");
2172 if (DBG) log("onVoiceCallStarted stop polling");
2181 if (DBG) log("onVoiceCallEnded");
2199 if (DBG) log("onCleanUpConnection");
2233 if (DBG) log("notifyDataConnection: reason=" + reason);
2236 if (DBG) log("notifyDataConnection: type:" + apnContext.getApnType());
2257 if (DBG) log("createAllApnList: selection=" + selection);
2275 if (DBG) log("createAllApnList: No APN found for carrier: " + operator);
2285 if (DBG) log("createAllApnList: mPreferredApn=" + mPreferredApn);
2287 if (DBG) log("createAllApnList: X mAllApnSettings=" + mAllApnSettings);
2331 log("APN1: is " + apnType1);
2332 log("APN2: is " + apnType2);
2340 if(VDBG)log("apnTypeSameAny: return true");
2346 if(VDBG)log("apnTypeSameAny: return false");
2400 if (DBG) log("createDataConnection E");
2414 if (DBG) log("createDataConnection() X id=" + id + " dc=" + conn);
2420 if (DBG) log("destroyDataConnections: clear mDataConnectionList");
2423 if (DBG) log("destroyDataConnections: mDataConnecitonList is empty, ignore");
2435 if (DBG) log("buildWaitingApns: E requestedApnType=" + requestedApnType);
2442 if (DBG) log("buildWaitingApns: X added APN_TYPE_DUN apnList=" + apnList);
2460 if (DBG) log("buildWaitingApns: usePreferred NotFoundException set to true");
2464 log("buildWaitingApns: usePreferred=" + usePreferred
2474 log("buildWaitingApns: Preferred APN:" + operator + ":"
2480 if (DBG) log("buildWaitingApns: X added preferred apnList=" + apnList);
2483 if (DBG) log("buildWaitingApns: no preferred APN");
2488 if (DBG) log("buildWaitingApns: no preferred APN");
2494 if (DBG) log("buildWaitingApns: mAllApnSettings=" + mAllApnSettings);
2496 if (DBG) log("buildWaitingApns: apn=" + apn);
2499 if (DBG) log("buildWaitingApns: adding apn=" + apn.toString());
2503 log("buildWaitingApns: bearer:" + apn.bearer + " != "
2509 log("buildWaitingApns: couldn't handle requesedApnType="
2517 if (DBG) log("buildWaitingApns: X apnList=" + apnList);
2533 log("setPreferredApn: X !canSEtPreferApn");
2539 log("setPreferredApn: delete");
2544 log("setPreferredApn: insert");
2553 log("getPreferredApn: X not found mAllApnSettings.isEmpty");
2568 log("getPreferredApn: mRequestedApnType=" + mRequestedApnType + " cursor=" + cursor
2576 log("getPreferredApn: apnSetting=" + p);
2578 log("getPreferredApn: X found apnSetting" + p);
2589 log("getPreferredApn: X not found");
2595 if (DBG) log("handleMessage msg=" + msg);
2630 if (DBG) log("EVENT_PS_RESTRICT_ENABLED " + mIsPsRestricted);
2641 if (DBG) log("EVENT_PS_RESTRICT_DISABLED " + mIsPsRestricted);
2677 if (DBG) log("EVENT_CLEAN_UP_CONNECTION tearDown=" + tearDown);
2765 log("Removing stale icc objects.");
2770 log("New records found");
2779 log("update sub = " + mPhone.getSubId());
2780 log("update(): Active DDS, register for all events now!");
2793 log("Phone object is not MultiSim. This should not hit!!!!");
2807 log("cleanUpAllConnections");
2818 log("notifyDataDisconnectComplete");
2836 log("notify All Data Disconnected");
2848 if (DBG) log("onSetInternalDataEnabled: enabled=" + enable);
2853 if (DBG) log("onSetInternalDataEnabled: enabled=" + enabled);
2859 log("onSetInternalDataEnabled: changed to enabled, try to setup data call");
2863 log("onSetInternalDataEnabled: changed to disabled, cleanUpAllConnections");
2876 if (DBG) log("setInternalDataEnabledFlag(" + enable + ")");
2890 if (DBG) log("setInternalDataEnabled(" + enable + ")");
2899 if (DBG) log("setDataAllowed: enable=" + enable);
2906 protected void log(String s) {
2929 log("getPcscfAddress()");
2933 log("apnType is null, return null");
2942 log("apnType is invalid, return null");
2947 log("apnContext is null, return null");
2958 log("Pcscf[" + i + "]: " + result[i]);
2967 log("setImsRegistrationState - mImsRegistrationState(before): "+ mImsRegistrationState
3021 log("addEmergencyApnSetting - E-APN setting is already present");
3028 if (DBG) log("cleanUpConnectionsOnUpdatedApns: tearDown=" + tearDown);
3033 if (VDBG) log("cleanUpConnectionsOnUpdatedApns for "+ apnContext);
3042 if (VDBG) log("new waitingApns:" + waitingApns);
3047 if (VDBG) log("new waiting apn is different at " + i);
3070 if (DBG) log("mDisconnectPendingCount = " + mDisconnectPendingCount);