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

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DContentType.java22 public class ContentType { class
166 private ContentType() { method in class:ContentType
/packages/apps/Messaging/src/com/android/messaging/util/
H A DContentType.java22 public final class ContentType { class
101 private ContentType() { method in class:ContentType
148 return ContentType.isAudioType(contentType) || ContentType.isVideoType(contentType) ||
149 ContentType.isImageType(contentType) || ContentType.isVCardType(contentType);
157 * extension. It can be null or a type such as ContentType.IMAGE_UNSPECIFIED
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java179 public static class ContentType { class in class:BluetoothPbapObexServer
394 appParamValue.needTag = ContentType.PHONEBOOK;
396 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
398 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
400 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
403 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
426 appParamValue.needTag = ContentType.PHONEBOOK;
429 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
432 ContentType.INCOMING_CALL_HISTORY);
435 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...]

Completed in 190 milliseconds