HomeSort by relevance Sort by last modified time
    Searched defs:lastTimeUsed (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
UsageListAdapter.java 82 long lastTimeUsed = mCustomUsageStatsList.get(position).usageStats.getLastTimeUsed();
83 viewHolder.getLastTimeUsed().setText(mDateFormat.format(new Date(lastTimeUsed)));
  /developers/samples/android/system/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
UsageListAdapter.java 82 long lastTimeUsed = mCustomUsageStatsList.get(position).usageStats.getLastTimeUsed();
83 viewHolder.getLastTimeUsed().setText(mDateFormat.format(new Date(lastTimeUsed)));
  /development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
UsageListAdapter.java 82 long lastTimeUsed = mCustomUsageStatsList.get(position).usageStats.getLastTimeUsed();
83 viewHolder.getLastTimeUsed().setText(mDateFormat.format(new Date(lastTimeUsed)));
  /packages/apps/Settings/src/com/android/settings/
UsageStatsActivity.java 92 TextView lastTimeUsed;
181 holder.lastTimeUsed = (TextView) convertView.findViewById(R.id.last_time_used);
195 holder.lastTimeUsed.setText(DateUtils.formatSameDayTime(pkgStats.getLastTimeUsed(),
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
MetadataEntryParser.java 68 public UsageStats(String usageType, long lastTimeUsed, int timesUsed) {
70 this.mLastTimeUsed = lastTimeUsed;
219 final long lastTimeUsed = usageStat.getLong(LAST_TIME_USED);
223 usageType, lastTimeUsed, usageCount);
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 413 milliseconds