Searched refs:mPrivateBench (Results 1 – 2 of 2) sorted by relevance
83 private volatile long mPrivateBench; field in StorageWizardFormatProgress.PartitionTask108 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()
85 private volatile long mPrivateBench; field in StorageWizardFormatProgress.PartitionTask110 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()