Searched refs:timestampArray (Results 1 – 2 of 2) sorted by relevance
124 final SparseLongArray timestampArray = new SparseLongArray(); in refreshUi_displayPreference() local125 timestampArray.put(UID, System.currentTimeMillis() - TimeUnit.HOURS.toMillis(5)); in refreshUi_displayPreference()126 doReturn(timestampArray) in refreshUi_displayPreference()
138 final SparseLongArray timestampArray = in refreshUi() local175 final long timestamp = timestampArray.get(appInfo.uid, TIME_NULL); in refreshUi()