Home | History | Annotate | Download | only in activities

Lines Matching defs:class

105 public class PeopleActivity extends ContactsActivity
328 redirect = new Intent(this, ContactDetailActivity.class);
786 private class TabPagerListener implements ViewPager.OnPageChangeListener {
789 // PeopleActivity$1.class should be generated due to the private outer/inner class access
790 // needed here. But for some reason, PeopleActivity$1.class is missing.
791 // Since $1 class is needed as a jvm work around to get access to the inner class,
793 // To verify whether $1 class is needed, javap PeopleActivity$TabPagerListener and look for
796 // When the constructor is private and PeopleActivity$1.class is missing, proguard will
834 private class TabPagerAdapter extends PagerAdapter {
1103 private final class ContactBrowserActionListener implements OnContactBrowserActionListener {
1187 private class ContactDetailLoaderFragmentListener implements ContactLoaderFragmentListener {
1231 public class ContactDetailFragmentListener implements ContactDetailFragment.Listener {
1251 PeopleActivity.class, Intent.ACTION_VIEW);
1256 private class ContactsUnavailableFragmentListener
1277 PeopleActivity.class);
1286 private final class StrequentContactListFragmentListener
1306 private final class GroupBrowserActionListener implements OnGroupBrowserActionListener {
1315 Intent intent = new Intent(PeopleActivity.this, GroupDetailActivity.class);
1322 private class GroupDetailFragmentListener implements GroupDetailFragment.Listener {
1346 final Intent intent = new Intent(PeopleActivity.this, GroupEditorActivity.class);
1511 final Intent intent = new Intent(this, ContactsPreferenceActivity.class);
1519 DisplayOptionsPreferenceFragment.class.getName());
1558 PeopleActivity.class);
1585 final Intent intent = new Intent(this, GroupEditorActivity.class);