OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ViewEntry
(Results
1 - 3
of
3
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java
102
/* package */ ArrayList<
ViewEntry
> mPhoneEntries = new ArrayList<
ViewEntry
>();
103
/* package */ ArrayList<
ViewEntry
> mSmsEntries = new ArrayList<
ViewEntry
>();
104
/* package */ ArrayList<
ViewEntry
> mEmailEntries = new ArrayList<
ViewEntry
>();
105
/* package */ ArrayList<
ViewEntry
> mPostalEntries = new ArrayList<
ViewEntry
>();
106
/* package */ ArrayList<
ViewEntry
> mImEntries = new ArrayList<
ViewEntry
>();
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java
199
startActivity(((
ViewEntry
) view.getTag()).primaryIntent);
206
startActivity(((
ViewEntry
) view.getTag()).secondaryIntent);
466
ViewEntry
entry = new
ViewEntry
(
605
static final class
ViewEntry
{
619
public
ViewEntry
(String text, Intent intent, String description) {
638
private void configureCallButton(
ViewEntry
entry) {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
229
private ArrayList<
ViewEntry
> mAllEntries = new ArrayList<
ViewEntry
>();
[
all
...]
Completed in 92 milliseconds