Searched defs:ContentType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java158 public static class ContentType { class in class:BluetoothPbapObexServer
177 mMissedCallSize = mVcardManager.getPhonebookSize(ContentType.MISSED_CALL_HISTORY);
352 appParamValue.needTag = ContentType.PHONEBOOK;
354 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
356 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
358 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
361 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
378 appParamValue.needTag = ContentType.PHONEBOOK;
381 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
384 appParamValue.needTag = ContentType
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java157 public enum ContentType { enum in class:AppsCustomizePagedView
953 public void setContentType(ContentType type) {
954 if (type == ContentType.Widgets) {
956 } else if (type == ContentType.Applications) {
985 !tag.equals(tabHost.getTabTagForContentType(ContentType.Widgets))) {
986 tabHost.setCurrentTabFromContent(ContentType.Widgets);
988 !tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
989 tabHost.setCurrentTabFromContent(ContentType.Applications);
1610 if (!tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
1611 tabHost.setCurrentTabFromContent(ContentType
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizePagedView.java154 public enum ContentType { enum in class:AppsCustomizePagedView
158 private ContentType mContentType = ContentType.Applications;
302 if (mContentType == ContentType.Applications) {
310 } else if (mContentType == ContentType.Widgets) {
320 throw new RuntimeException("Invalid ContentType");
937 public void setContentType(ContentType type) {
946 public ContentType getContentType() {
1309 if (mContentType == ContentType.Applications) {
1316 } else if (mContentType == ContentType
[all...]

Completed in 153 milliseconds