Home | History | Annotate | Download | only in contacts

Lines Matching refs:timesUsed

5121                     final int timesUsed = usageStats.mTimesUsed;
5126 usageStatsValues.put(DataUsageStatColumns.RAW_TIMES_USED, timesUsed);
9979 * Update or insert usageType, lastTimeUsed, and timesUsed for specific dataId.
9985 final String timesUsed = values.getAsString(DataUsageStatColumns.RAW_TIMES_USED);
9998 mSelectionArgs3[1] = timesUsed;
10008 mSelectionArgs4[2] = timesUsed;