Home
last modified time | relevance | path

Searched defs:actionBody (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DDataKind.java53 public StringInflater actionBody; field in DataKind
DDataItem.java166 CharSequence actionBody = kind.actionBody.inflateUsing(context, mContentValues); in buildDataString() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsSource.java207 public StringInflater actionBody; field in ContactsSource.DataKind
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java521 CharSequence actionBody = kind.actionBody.inflateUsing(context, values); in buildDataString() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DBaseAccountType.java760 int titleRes, int weight, StringInflater actionHeader, StringInflater actionBody) in newDataKind()