Searched refs:mLastFailureTimestampArray (Results 1 – 2 of 2) sorted by relevance
109 final SparseLongArray mLastFailureTimestampArray = new SparseLongArray(); field in WifiPseudonymManager226 long timeStamp = mLastFailureTimestampArray.get(carrierId); in retrievePseudonymOnFailureTimeoutExpired()408 mLastFailureTimestampArray.put(carrierId, mClock.getWallClockMillis()); in scheduleToRetrieveDelayed()510 mLastFailureTimestampArray.put(carrierId, 0); in onSuccess()521 mLastFailureTimestampArray.put(carrierId, mClock.getWallClockMillis()); in onFailure()
146 mWifiPseudonymManager.mLastFailureTimestampArray.put(CARRIER_ID, in retrievePseudonymOnFailureTimeout_expiredPseudonym_scheduleRefresh()