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

  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
UsageListAdapter.java 55 public TextView getLastTimeUsed() {
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 55 public TextView getLastTimeUsed() {
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 55 public TextView getLastTimeUsed() {
82 long lastTimeUsed = mCustomUsageStatsList.get(position).usageStats.getLastTimeUsed();
83 viewHolder.getLastTimeUsed().setText(mDateFormat.format(new Date(lastTimeUsed)));
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
Action.java 76 public Long getLastTimeUsed();
DataAction.java 83 mLastTimeUsed = item.getLastTimeUsed();
348 public Long getLastTimeUsed() {
  /frameworks/base/core/java/android/app/usage/
UsageStats.java 125 public long getLastTimeUsed() {
132 * from {@link #getLastTimeUsed()} when the system binds to one of this package's services.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataItem.java 183 public Long getLastTimeUsed() {
223 Math.max(getLastTimeUsed() == null ? 0 : getLastTimeUsed(),
224 that.getLastTimeUsed() == null ? 0 : that.getLastTimeUsed()));
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 264 milliseconds