Home
last modified time | relevance | path

Searched refs:mPrivateBench (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageWizardFormatProgress.java83 private volatile long mPrivateBench; field in StorageWizardFormatProgress.PartitionTask
108 mPrivateBench = result.get(60, TimeUnit.SECONDS).getLong("run", Long.MAX_VALUE); in doInBackground()
187 Log.d(TAG, "New volume took " + mPrivateBench + "ms to run benchmark"); in onPostExecute()
188 if (mPrivateBench > 2000 in onPostExecute()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardFormatProgress.java85 private volatile long mPrivateBench; field in StorageWizardFormatProgress.PartitionTask
110 mPrivateBench = result.get(60, TimeUnit.SECONDS).getLong("run", Long.MAX_VALUE); in doInBackground()
189 Log.d(TAG, "New volume took " + mPrivateBench + "ms to run benchmark"); in onPostExecute()
190 if (mPrivateBench > 2000 in onPostExecute()