OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attribution
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
ContactBadgeUtil.java
40
* Returns the social snippet
attribution
for the given stream item entry, including the date.
94
final CharSequence
attribution
;
local
96
attribution
= context.getString(
100
attribution
= context.getString(
104
attribution
= timestampDisplayValue;
106
attribution
= null;
108
return
attribution
;
/packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java
419
* Manually set the status
attribution
text to display in the header.
423
public void setStatusAttribution(CharSequence
attribution
) {
424
if (
attribution
!= null) {
425
mStatusAttributionView.setText(
attribution
);
507
final CharSequence
attribution
;
local
509
attribution
= getContext().getString(
513
attribution
= getContext().getString(
517
attribution
= timestampDisplayValue;
519
attribution
= null;
521
setStatusAttribution(
attribution
);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
813
String
attribution
= ContactDetailDisplayUtils.getAttribution(mContext, mContactData);
local
[
all
...]
Completed in 464 milliseconds