HomeSort by relevance Sort by last modified time
    Searched refs:mLastActivity (Results 1 - 10 of 10) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 58 private long mLastActivity = -1;
80 this.mLastActivity = lastActivity;
160 Date date = new Date(mLastActivity);
165 this.mLastActivity = dateTime;
171 this.mLastActivity = date.getTime();
184 if (this.mLastActivity < e.mLastActivity) {
186 } else if (this.mLastActivity > e.mLastActivity) {
214 if (mLastActivity != -1)
    [all...]
BluetoothMapConvoListingElement.java 51 private long mLastActivity = -1;
145 return mLastActivity;
150 Date date = new Date(mLastActivity);
158 this.mLastActivity = last;
165 this.mLastActivity = date.getTime();
249 if (this.mLastActivity < e.mLastActivity) {
251 } else if (this.mLastActivity > e.mLastActivity) {
271 if (mLastActivity != -1)
    [all...]
BluetoothMapAppParams.java 171 private long mLastActivity = INVALID_VALUE_PARAMETER;
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 529 /*package*/ Activity mLastActivity = null;
637 return mLastActivity;
648 while (mLastActivity == null) {
654 Activity res = mLastActivity;
655 mLastActivity = null;
671 if (mLastActivity == null) {
677 if (mLastActivity == null) {
680 Activity res = mLastActivity;
681 mLastActivity = null;
729 mLastActivity = activity
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 711 milliseconds