Searched refs:mWhen (Results 1 – 1 of 1) sorted by relevance
918 private long mWhen; field in Notification.Builder974 mWhen = System.currentTimeMillis(); in Builder()986 mWhen = when; in setWhen()1466 if (mWhen != 0) { in applyStandardTemplate()1470 mWhen + (SystemClock.elapsedRealtime() - System.currentTimeMillis())); in applyStandardTemplate()1474 contentView.setLong(R.id.time, "setTime", mWhen); in applyStandardTemplate()1548 n.when = mWhen; in buildUnstyled()