OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timestampDisplayValue
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
ContactBadgeUtil.java
43
final CharSequence
timestampDisplayValue
;
50
timestampDisplayValue
= DateUtils.getRelativeTimeSpanString(
54
timestampDisplayValue
= null;
95
if (
timestampDisplayValue
!= null && labelDisplayValue != null) {
98
timestampDisplayValue
, labelDisplayValue);
99
} else if (
timestampDisplayValue
== null && labelDisplayValue != null) {
103
} else if (
timestampDisplayValue
!= null) {
104
attribution =
timestampDisplayValue
;
/packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java
465
final CharSequence
timestampDisplayValue
;
472
timestampDisplayValue
= DateUtils.getRelativeTimeSpanString(
476
timestampDisplayValue
= null;
508
if (
timestampDisplayValue
!= null && labelDisplayValue != null) {
511
timestampDisplayValue
, labelDisplayValue);
512
} else if (
timestampDisplayValue
== null && labelDisplayValue != null) {
516
} else if (
timestampDisplayValue
!= null) {
517
attribution =
timestampDisplayValue
;
Completed in 2449 milliseconds