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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/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) {
ContactListFilterController.java 148 switch (mFilter.filterType) {
ContactListFilterView.java 94 switch (mFilter.filterType) {
PhoneNumberListAdapter.java 163 switch (filter.filterType) {
180 "(type: " + filter.filterType + ", toString: " + filter + ")" +
AccountFilterActivity.java 170 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/ContactsCommon/src/com/android/contacts/common/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/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);
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 46 void onSetFilter(int filterType, String str, int time);
50 int filterType;
129 vh.filterType = filter.type;
152 mListener.onSetFilter(vh.filterType, vh.str, vh.time);
404 int filterType;
406 filterType = FILTER_TYPE_NONE;
408 filterType = FILTER_TYPE_EMPTY;
410 mListener.onSetFilter(filterType, null, 0);
TimeZoneResultAdapter.java 120 public void onSetFilter(int filterType, String str, int time) {
122 Log.d(TAG, "onSetFilter: " + filterType + " [" + str + "] " + time);
125 mLastFilterType = filterType;
132 switch (filterType) {
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 188 int filterType = filter != null ? filter.filterType
190 switch (filterType) {
ContactBrowseListFragment.java 395 || mFilter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
484 && (mFilter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT
485 || mFilter.filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS)) {
493 && mFilter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
  /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) {
  /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);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java 425 private void updateFilterTypeAndHeader(int filterType) {
426 mCallTypeFilter = filterType;
428 switch (filterType) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1169 milliseconds