Searched refs:mBootNanosTime (Results 1 – 1 of 1) sorted by relevance
15 private final AtomicLong mBootNanosTime = new AtomicLong(System.nanoTime()); field in SessionInteractiveData34 mBootNanosTime.set(nanos); in setBootNanosTime()38 return mBootNanosTime.get(); in getBootNanosTime()