Searched refs:SLOW_THRESHOLD_MILLIS (Results 1 – 2 of 2) sorted by relevance
614 private static final int SLOW_THRESHOLD_MILLIS = 500; field in ContentResolver3250 if (durationMillis >= SLOW_THRESHOLD_MILLIS) {3253 return (int) (100 * durationMillis / SLOW_THRESHOLD_MILLIS) + 1;
13093 Landroid/content/ContentResolver;->SLOW_THRESHOLD_MILLIS:I