HomeSort by relevance Sort by last modified time
    Searched refs:filterType (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilter.java 54 public final int filterType;
61 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet,
63 this.filterType = filterType;
70 public static ContactListFilter createFilterWithType(int filterType) {
71 return new ContactListFilter(filterType, null, null, null, null);
84 return filterType == FILTER_TYPE_ACCOUNT;
89 switch (filterType) {
121 return filterType - another.filterType;
    [all...]
DefaultContactListAdapter.java 107 if (filter != null && filter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
122 && filter.filterType != ContactListFilter.FILTER_TYPE_CUSTOM
123 && filter.filterType != ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
127 if (filter.filterType == ContactListFilter.FILTER_TYPE_ACCOUNT) {
149 switch (filter.filterType) {
DefaultContactBrowseListFragment.java 183 int filterType = filter != null ? filter.filterType
185 switch (filterType) {
ContactListFilterController.java 149 switch (mFilter.filterType) {
ContactBrowseListFragment.java 411 || mFilter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
494 && mFilter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
502 && mFilter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
ContactListFilterView.java 94 switch (mFilter.filterType) {
PhoneNumberListAdapter.java 163 switch (filter.filterType) {
180 "(type: " + filter.filterType + ", toString: " + filter + ")" +
AccountFilterActivity.java 172 if (filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM) {
  /external/aac/libAACenc/src/
transform.h 120 INT filterType
transform.cpp 109 INT filterType
172 if (filterType != FB_ELD)
209 if (filterType == FB_ELD)
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountFilterUtil.java 71 if (filter.filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS) {
76 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_ACCOUNT) {
80 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM) {
84 Log.w(TAG, "Filter type \"" + filter.filterType + "\" isn't expected.");
87 if (filter.filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS) {
92 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_ACCOUNT) {
96 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM) {
99 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
103 Log.w(TAG, "Filter type \"" + filter.filterType + "\" isn't expected.");
159 if (filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilter.java 40 private byte filterType = TYPE_NORMAL;
43 return filterType;
47 filterType = type;
55 filter.setFilterType(filterType);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java 65 * @param filterType a constant from BluetoothDevicePicker
68 static Filter getFilter(int filterType) {
69 if (filterType >= 0 && filterType < FILTERS.length) {
70 return FILTERS[filterType];
72 Log.w(TAG, "Invalid filter type " + filterType + " for device picker");
DeviceListPreferenceFragment.java 69 final void setFilter(int filterType) {
70 mFilter = BluetoothDeviceFilter.getFilter(filterType);
  /external/webkit/Source/WebCore/svg/
SVGFEColorMatrixElement.cpp 138 const ColorMatrixType filterType(static_cast<ColorMatrixType>(type()));
142 switch (filterType) {
160 if ((filterType == FECOLORMATRIX_TYPE_MATRIX && size != 20)
161 || (filterType == FECOLORMATRIX_TYPE_HUEROTATE && size != 1)
162 || (filterType == FECOLORMATRIX_TYPE_SATURATE && (size != 1
167 RefPtr<FilterEffect> effect = FEColorMatrix::create(filter, filterType, filterValues);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEColorMatrix.cpp 127 template<ColorMatrixType filterType>
137 switch (filterType) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 44 // T = newFilterPath(S, filterType);
49 // T = switchFilterPath(S, filterType);
53 // filterType are already used, they cannot not be used as parameter for these
176 public static String newFilterPath(String base, int filterType) {
178 switch (filterType) {
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogFragment.java 394 private void updateFilterTypeAndHeader(int filterType) {
395 mCallTypeFilter = filterType;
397 switch (filterType) {
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 266 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
267 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfgIE.h 58 TI_STATUS cmdBld_CfgIeArpIpFilter (TI_HANDLE hCmdBld, TIpAddr tIpAddr, EArpFilterType filterType, void *fCb, TI_HANDLE hCb);
CmdBldCfgIE.c 295 EArpFilterType filterType,
307 pCfg->arpFilterEnable = (TI_UINT8)filterType;
313 TRACE3(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, "ID=%u: ip=%x, enable=%u\n", pCfg->EleHdr.id, *((TI_UINT32*)pCfg->address), filterType);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverCtrl.c 267 TI_STATUS TWD_CfgArpIpAddrTable (TI_HANDLE hTWD, TIpAddr tIpAddr, EArpFilterType filterType, EIpVer eIpVer)
273 return cmdBld_CfgArpIpAddrTable (pTWD->hCmdBld, tIpAddr, (TI_UINT8)filterType, eIpVer, NULL, NULL);
    [all...]
TWDriver.h     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c     [all...]

Completed in 1378 milliseconds

1 2