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
359 appParamValue.needTag = ContentType.PHONEBOOK;
361 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
363 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
365 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
368 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
385 appParamValue.needTag = ContentType.PHONEBOOK;
388 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
391 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
394 appParamValue.needTag = ContentType
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java160 public enum ContentType { enum in class:AppsCustomizePagedView
948 public void setContentType(ContentType type) {
949 if (type == ContentType.Widgets) {
951 } else if (type == ContentType.Applications) {
980 !tag.equals(tabHost.getTabTagForContentType(ContentType.Widgets))) {
981 tabHost.setCurrentTabFromContent(ContentType.Widgets);
983 !tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
984 tabHost.setCurrentTabFromContent(ContentType.Applications);
1607 if (!tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
1608 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;
281 if (mContentType == ContentType.Applications) {
289 } else if (mContentType == ContentType.Widgets) {
299 throw new RuntimeException("Invalid ContentType");
879 public void setContentType(ContentType type) {
881 if (mContentType != type || type == ContentType.Widgets) {
888 public ContentType getContentType() {
1282 if (mContentType == ContentType
[all...]

Completed in 148 milliseconds