HomeSort by relevance Sort by last modified time
    Searched defs:mListType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListFragment.java 139 private int mListType;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/manageapplications/
ManageApplications.java 189 public int mListType;
258 mListType = LIST_TYPE_STORAGE;
261 mListType = LIST_TYPE_MAIN;
265 mListType = LIST_TYPE_USAGE_ACCESS;
268 mListType = LIST_TYPE_HIGH_POWER;
273 mListType = LIST_TYPE_OVERLAY;
276 mListType = LIST_TYPE_WRITE_SETTINGS;
279 mListType = LIST_TYPE_MANAGE_SOURCES;
282 mListType = LIST_TYPE_GAMES;
285 mListType = LIST_TYPE_MOVIES
    [all...]

Completed in 564 milliseconds