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

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java 46 private final long mWhen;
51 mWhen = when;
58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress);
61 ProgressService.this, mProgress, mWhen));
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 113 mutable int64_t mWhen;
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ApkInstrumentationPreparer.java 58 protected When mWhen = null;
73 if (mWhen == When.AFTER) {
98 if (mWhen == When.BEFORE) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 493 private final long mWhen;
510 mWhen = when;
548 return mWhen;
590 out.writeLong(mWhen);
623 mWhen = in.readLong();
    [all...]
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 
  /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 483 milliseconds