Home | History | Annotate | Download | only in location

Lines Matching refs:AVAILABLE

306     // flags to trigger NTP or XTRA data download when network becomes available
460 networkState = LocationProvider.AVAILABLE;
489 Log.d(TAG, "SIM MCC/MNC is available: " + mccMnc);
495 Log.d(TAG, "SIM MCC/MNC is still not available");
740 mNetworkAvailable = (state == LocationProvider.AVAILABLE);
743 Log.d(TAG, "updateNetworkState " + (mNetworkAvailable ? "available" : "unavailable")
967 // such mode when it is available
971 // for now, just as the legacy code did, we fallback to MS-Assisted if it is available,
1410 if (mStarted && mStatus != LocationProvider.AVAILABLE) {
1421 updateStatus(LocationProvider.AVAILABLE, mSvCount);
1498 if (mNavigating && mStatus == LocationProvider.AVAILABLE && mLastFixTime > 0 &&
2294 boolean roaming, boolean available, String extraInfo, String defaultAPN);