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

1 2

  /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 100 if (filter != null && filter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
115 && filter.filterType != ContactListFilter.FILTER_TYPE_CUSTOM
116 && filter.filterType != ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
120 if (filter.filterType == ContactListFilter.FILTER_TYPE_ACCOUNT) {
142 switch (filter.filterType) {
ContactListFilterController.java 148 switch (mFilter.filterType) {
ContactListFilterView.java 94 switch (mFilter.filterType) {
AccountFilterActivity.java 170 if (filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM) {
PhoneNumberListAdapter.java 235 switch (filter.filterType) {
252 "(type: " + filter.filterType + ", toString: " + filter + ")" +
  /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/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEColorMatrixElement.cpp 114 ColorMatrixType filterType = m_type->currentValue()->enumValue();
118 switch (filterType) {
136 if ((filterType == FECOLORMATRIX_TYPE_MATRIX && size != 20)
137 || (filterType == FECOLORMATRIX_TYPE_HUEROTATE && size != 1)
138 || (filterType == FECOLORMATRIX_TYPE_SATURATE && size != 1))
144 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) {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
PaneTracker.java 114 public PaneSetChangedListener(Class<T> filterType) {
115 mFilterType = filterType;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java 148 public CallLogFragment(int filterType) {
149 this(filterType, -1);
152 public CallLogFragment(int filterType, int logLimit) {
154 mCallTypeFilter = filterType;
161 * @param filterType type of calls to include.
164 public CallLogFragment(int filterType, long dateLimit) {
165 this(filterType, -1, dateLimit);
171 * @param filterType type of calls to include.
175 public CallLogFragment(int filterType, int logLimit, long dateLimit) {
176 this(filterType, logLimit)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 398 || mFilter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
487 && (mFilter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT
488 || mFilter.filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS)) {
496 && mFilter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
  /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) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 328 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
329 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adojet.h 296 virtual HRESULT WINAPI Append(BSTR tableName,FilterTypeEnum filterType,BSTR filterCriteria) = 0;
313 HRESULT (WINAPI *Append)(Filters *This,BSTR tableName,FilterTypeEnum filterType,BSTR filterCriteria);
332 #define Filters_Append(This,tableName,filterType,filterCriteria) (This)->lpVtbl->Append(This,tableName,filterType,filterCriteria)
344 HRESULT WINAPI Filters_Append_Proxy(Filters *This,BSTR tableName,FilterTypeEnum filterType,BSTR filterCriteria);
fwpmtypes.h 46 GUID filterType;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkPanel.js 99 WebInspector.NetworkLogView.FilterType = {
112 WebInspector.NetworkLogView._searchKeys = Object.values(WebInspector.NetworkLogView.FilterType);
    [all...]

Completed in 636 milliseconds

1 2