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
222
startActivity(((
ViewEntry
) view.getTag()).primaryIntent);
232
startActivity(((
ViewEntry
) view.getTag()).secondaryIntent);
510
ViewEntry
entry = new
ViewEntry
(
653
static final class
ViewEntry
{
667
public
ViewEntry
(String text, Intent intent, String description) {
686
private void configureCallButton(
ViewEntry
entry) {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
209
private ArrayList<
ViewEntry
> mAllEntries = new ArrayList<
ViewEntry
>();
[
all
...]
Completed in 21 milliseconds