OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actionBody
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataItem.java
163
if (kind.
actionBody
== null) {
166
CharSequence
actionBody
= kind.
actionBody
.inflateUsing(context, mContentValues);
167
return
actionBody
== null ? null :
actionBody
.toString();
DataKind.java
53
public StringInflater
actionBody
;
117
sb.append("
actionBody
=").append(
actionBody
);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java
207
public StringInflater
actionBody
;
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java
518
if (kind.
actionBody
== null) {
521
CharSequence
actionBody
= kind.
actionBody
.inflateUsing(context, values);
522
return
actionBody
== null ? null :
actionBody
.toString();
Completed in 40 milliseconds