Searched defs:ContentType (Results 1 - 2 of 2) sorted by path

/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.java240 public enum ContentType { enum in class:AppsCustomizePagedView
1004 public void setContentType(ContentType type) {
1005 if (type == ContentType.Widgets) {
1007 } else if (type == ContentType.Applications) {
1036 !tag.equals(tabHost.getTabTagForContentType(ContentType.Widgets))) {
1037 tabHost.setCurrentTabFromContent(ContentType.Widgets);
1039 !tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
1040 tabHost.setCurrentTabFromContent(ContentType.Applications);
1813 if (!tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
1814 tabHost.setCurrentTabFromContent(ContentType
[all...]

Completed in 142 milliseconds