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

1 2 3 4 5 6 7 8 91011

  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListFilter.java 42 int filterType = source.readInt();
46 return new ContactListFilter(filterType, accountType, accountName, dataSet, null);
66 public final int filterType;
74 int filterType, String accountType, String accountName, String dataSet, Drawable icon) {
75 this.filterType = filterType;
82 public static ContactListFilter createFilterWithType(int filterType) {
83 return new ContactListFilter(filterType, null, null, null, null);
98 if (filter != null && filter.filterType == FILTER_TYPE_SINGLE_CONTACT) {
103 .putInt(KEY_FILTER_TYPE, filter == null ? FILTER_TYPE_DEFAULT : filter.filterType)
    [all...]
DefaultContactListAdapter.java 107 && filter.filterType != ContactListFilter.FILTER_TYPE_CUSTOM
108 && filter.filterType != ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
112 if (filter.filterType == ContactListFilter.FILTER_TYPE_ACCOUNT) {
133 switch (filter.filterType) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilter.java 64 public final int filterType;
71 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet,
73 this.filterType = filterType;
80 public static ContactListFilter createFilterWithType(int filterType) {
81 return new ContactListFilter(filterType, null, null, null, null);
112 return filterType == ContactListFilter.FILTER_TYPE_DEFAULT
113 || filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS
114 || filterType == ContactListFilter.FILTER_TYPE_CUSTOM;
119 switch (filterType) {
    [all...]
DefaultContactListAdapter.java 122 && filter.filterType == ContactListFilter.FILTER_TYPE_DEVICE_CONTACTS) {
148 return filter != null && filter.filterType == ContactListFilter.FILTER_TYPE_GROUP_MEMBERS;
165 if (filter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
172 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_DEVICE_CONTACTS) {
182 && filter.filterType != ContactListFilter.FILTER_TYPE_CUSTOM
183 && filter.filterType != ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
185 if (filter.filterType == ContactListFilter.FILTER_TYPE_ACCOUNT
186 || filter.filterType == ContactListFilter.FILTER_TYPE_GROUP_MEMBERS) {
208 switch (filter.filterType) {
ContactListFilterController.java 125 return filter != null && filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM;
173 switch (mFilter.filterType) {
  /packages/apps/TV/tuner/src/com/mediatek/tunerservice/
IMtkTuner.aidl 21 void addPidFilter(int pid, int filterType);
  /packages/apps/Dialer/java/com/android/contacts/common/util/
AccountFilterUtil.java 49 if (filter.filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS) {
54 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_ACCOUNT) {
58 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM) {
63 if (filter.filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS) {
68 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_ACCOUNT) {
72 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM) {
75 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_SINGLE_CONTACT) {
  /external/aac/libAACenc/src/
transform.h 127 * \param filterType xxx
135 INT* pMdctData_e, INT filterType);
151 * \param filterType xxx
160 INT* mdctData_e, INT filterType,
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothDeviceFilter.java 65 * @param filterType a constant from BluetoothDevicePicker
68 public 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");
  /external/swiftshader/src/D3D9/
Direct3DBaseTexture9.hpp 55 long __stdcall SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) override;
74 D3DTEXTUREFILTERTYPE filterType;
Direct3DBaseTexture9.cpp 27 filterType = D3DTEXF_LINEAR;
153 return filterType;
191 long Direct3DBaseTexture9::SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType)
199 this->filterType = filterType; // FIXME: Check if valid
  /frameworks/base/core/java/android/net/
INetworkScoreService.aidl 63 * @param filterType the {@link CacheUpdateFilter} to apply
68 void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache, int filterType);
  /packages/apps/Settings/src/com/android/settings/applications/manageapplications/
AppFilterItem.java 32 @AppFilterRegistry.FilterType
37 @AppFilterRegistry.FilterType int filterType,
40 mFilterType = filterType;
  /prebuilts/go/darwin-x86/src/go/doc/
exports.go 67 // recorded with the parent type. filterType is called with the types of
100 r.filterType(nil, field.Type)
112 // filterParamList applies filterType to each parameter type in fields.
117 r.filterType(nil, f.Type)
122 // filterType strips any unexported struct fields or method types from typ
126 func (r *reader) filterType(parent *namedType, typ ast.Expr) {
131 r.filterType(nil, t.X)
133 r.filterType(nil, t.Elt)
146 r.filterType(nil, t.Key)
147 r.filterType(nil, t.Value
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
exports.go 67 // recorded with the parent type. filterType is called with the types of
100 r.filterType(nil, field.Type)
112 // filterParamList applies filterType to each parameter type in fields.
117 r.filterType(nil, f.Type)
122 // filterType strips any unexported struct fields or method types from typ
126 func (r *reader) filterType(parent *namedType, typ ast.Expr) {
131 r.filterType(nil, t.X)
133 r.filterType(nil, t.Elt)
146 r.filterType(nil, t.Key)
147 r.filterType(nil, t.Value
    [all...]
  /packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/
FakeTunerHal.java 59 protected void nativeAddPidFilter(long deviceId, int pid, @FilterType int filterType) {}
  /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/java/com/android/dialer/app/calllog/
CallLogFragment.java 169 public CallLogFragment(int filterType) {
170 this(filterType, NO_LOG_LIMIT);
173 public CallLogFragment(int filterType, boolean isCallLogActivity) {
174 this(filterType, NO_LOG_LIMIT);
178 public CallLogFragment(int filterType, int logLimit) {
179 this(filterType, logLimit, NO_DATE_LIMIT);
186 * @param filterType type of calls to include.
189 public CallLogFragment(int filterType, long dateLimit) {
190 this(filterType, NO_LOG_LIMIT, dateLimit);
197 * @param filterType type of calls to include
    [all...]
  /frameworks/base/cmds/sm/src/com/android/commands/sm/
Sm.java 121 final int filterType;
123 filterType = VolumeInfo.TYPE_PUBLIC;
125 filterType = VolumeInfo.TYPE_PRIVATE;
127 filterType = VolumeInfo.TYPE_EMULATED;
129 filterType = -1;
134 if (filterType == -1 || filterType == vol.getType()) {
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountFilterUtil.java 102 if (filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM) {
106 filter.filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS);
176 final int filterType =
180 return ContactListFilter.createFilterWithType(filterType);
216 return filter.filterType == ContactListFilter.FILTER_TYPE_DEVICE_CONTACTS;
223 if (filter.filterType == ContactListFilter.FILTER_TYPE_DEVICE_CONTACTS) {
225 } else if (filter.filterType == ContactListFilter.FILTER_TYPE_ACCOUNT &&
  /external/swiftshader/src/D3D8/
Direct3DBaseTexture8.hpp 68 D3DTEXTUREFILTERTYPE filterType;
  /packages/apps/TV/jni/
DvbManager.h 84 int startTsPidFilter(JNIEnv *env, jobject thiz, int pid, int filterType);
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 149 enum FilterType {
318 FilterType filterType) {
395 switch (filterType) {
455 LOG_ALWAYS_FATAL("mediacodec.cpp error: unrecognized FilterType");
671 FilterType filterType = FILTERTYPE_ZERO;
678 filterType = FILTERTYPE_INTRINSIC_BLUR;
683 filterType = FILTERTYPE_RS_ARGB_TO_RGBA;
688 filterType = FILTERTYPE_RS_NIGHT_VISION
    [all...]

Completed in 744 milliseconds

1 2 3 4 5 6 7 8 91011