Searched refs:mWhen (Results 1 – 2 of 2) sorted by relevance
46 private final long mWhen; field in ProgressService.UpdateRunnable51 mWhen = when; in UpdateRunnable()58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress); in run()61 ProgressService.this, mProgress, mWhen)); in run()
493 private final long mWhen; field in NotificationActionUtils.NotificationAction510 mWhen = when; in NotificationAction()548 return mWhen; in getWhen()590 out.writeLong(mWhen); in writeToParcel()623 mWhen = in.readLong(); in NotificationAction()