Searched refs:mPreviousLocation (Results 1 – 3 of 3) sorted by relevance
57 private GsmCellLocation mPreviousLocation = null; field in VendorDataResetEventTracker132 mPreviousLocation = (GsmCellLocation) mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker()133 if (DBG) log("DataConnection mPreviousLocation : " + mPreviousLocation); in startResetEventTracker()146 if (mPreviousLocation != null in startResetEventTracker()148 if (mPreviousLocation.getCid() != currentLocation in startResetEventTracker()150 || mPreviousLocation.getLac() != currentLocation in startResetEventTracker()156 mPreviousLocation = currentLocation; in startResetEventTracker()174 mPreviousLocation = null; in stopResetEventTracker()
612 mPreviousLocation = ExtendedTimestamp::LOCATION_INVALID; in set()666 mPreviousLocation = ExtendedTimestamp::LOCATION_INVALID; in start()2602 ALOGW_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_KERNEL, in getTimestamp_l()2627 ALOGV_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_SERVER, in getTimestamp_l()2669 mPreviousLocation = location; in getTimestamp_l()
1168 ExtendedTimestamp::Location mPreviousLocation; // location used for previous timestamp variable