Searched refs:filter (Results 276 - 300 of 469) sorted by relevance

<<111213141516171819

/frameworks/support/compat/java/android/support/v4/text/util/
H A DLinkifyCompat.java213 * @param matchFilter The filter that is used to allow the client code
236 * @param matchFilter The filter that is used to allow the client code additional control
275 * @param matchFilter The filter that is used to allow the client code
299 * @param matchFilter The filter that is used to allow the client code additional control
355 Matcher matcher, @Nullable Linkify.TransformFilter filter) {
356 if (filter != null) {
357 url = filter.transformUrl(matcher, url);
354 makeUrl(@onNull String url, @NonNull String[] prefixes, Matcher matcher, @Nullable Linkify.TransformFilter filter) argument
/frameworks/av/include/media/
H A DIMediaPlayer.h112 // Set a new metadata filter.
113 // @param filter A set of allow and drop rules serialized in a Parcel.
115 virtual status_t setMetadataFilter(const Parcel& filter) = 0;
125 // on the value update_only, the current filter is
/frameworks/av/media/libmedia/include/media/
H A DIMediaPlayer.h112 // Set a new metadata filter.
113 // @param filter A set of allow and drop rules serialized in a Parcel.
115 virtual status_t setMetadataFilter(const Parcel& filter) = 0;
125 // on the value update_only, the current filter is
/frameworks/base/cmds/uiautomator/library/
H A DAndroid.mk77 $(filter-out current, \
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java82 public native @NonNull List<RadioManager.ProgramInfo> getProgramList(@Nullable String filter); argument
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java848 if (DEBUG) Log.v(TAG, "Enough to filter: len=" + getText().length()
882 // then something in the keystroke processing (an input filter perhaps)
904 mFilter.filter(null);
964 * method to filter with a different pattern, for instance a substring of
973 mFilter.filter(text, this);
1037 * @param filter If <code>false</code>, no filtering will be performed
1040 public void setText(CharSequence text, boolean filter) { argument
1041 if (filter) {
1079 * to filter.
1090 // When the filter tex
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java156 IntentFilter filter; field in class:PackageManagerTests.GenericReceiver
176 public void setFilter(IntentFilter filter) { argument
177 this.filter = filter;
186 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
187 filter.addDataScheme("package");
188 super.setFilter(filter);
218 mContext.registerReceiver(receiver, receiver.filter);
792 filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
793 filter
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java86 public void dump(PrintWriter pw, DumpFilter filter) { argument
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java137 final IntentFilter filter = new IntentFilter();
138 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
139 filter.addAction(DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED);
140 mContext.registerReceiver(mReceiver, filter, null, null);
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java87 public Intent registerReceiver(BroadcastReceiver receiver, IntentFilter filter) { argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java612 ColorFilter_Delegate filter = paint.getColorFilter();
613 if (filter == null || !filter.isSupported()) {
643 // Create a temporary image to which the color filter will be applied.
661 // Apply the color filter.
662 // Restore the original coordinates system and apply the filter only to the
665 filter.applyFilter(imageGraphics, width, height);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandler.java108 .filter(mContext, new byte[][]{sms.getPdu()}, SmsConstants.FORMAT_3GPP,
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1050 final IntentFilter filter = new IntentFilter();
1051 filter.addAction(Intent.ACTION_TIME_TICK);
1052 filter.addAction(Intent.ACTION_TIME_CHANGED);
1053 filter.addAction(Intent.ACTION_BATTERY_CHANGED);
1054 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
1055 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
1056 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
1057 filter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
1058 filter.addAction(TelephonyManager.ACTION_PHONE_STATE_CHANGED);
1059 filter
[all...]
/frameworks/av/media/libstagefright/
H A DAndroid.mk132 ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp63 const RingBufferComparator& filter,
88 int ret = filter.compare(accPtr, &cur);
62 pinSelectedBuffer( const RingBufferComparator& filter, bool waitForFence) argument
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl258 in IntentFilter filter, int match, in ComponentName activity);
260 void addPreferredActivity(in IntentFilter filter, int match,
263 void replacePreferredActivity(in IntentFilter filter, int match,
271 void addPersistentPreferredActivity(in IntentFilter filter, in ComponentName activity, int userId);
338 * it not visible to implicit intents that filter out stopped packages.
479 * manager will map the reason to a compiler filter according to the current system
486 * Ask the package manager to perform a dex-opt with the given compiler filter.
495 * Ask the package manager to perform a dex-opt with the given compiler filter on the
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java271 v[0] = mYawfilter.filter(event.timestamp, v[0]);
382 public float filter(long time, float in) { method in class:LegacySensorManager.LmsFilter
/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java339 public CharSequence filter(CharSequence source, int start, int end, method in class:DigitsKeyListener
341 CharSequence out = super.filter(source, start, end, dest, dstart, dend);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverListController.java42 * A helper for the ResolverActivity that exposes methods to retrieve, filter and sort its list of
81 public void setLastChosen(Intent intent, IntentFilter filter, int match) argument
86 filter, match, intent.getComponent());
151 // Also filter out those that are suspended because they couldn't be started. We don't do this
172 // Access not allowed! We're about to filter an item,
/frameworks/base/services/core/java/com/android/server/location/
H A DContextHubService.java205 public int[] findNanoAppOnHub(int hubHandle, NanoAppFilter filter) throws RemoteException { argument
212 if (filter.testMatch(info)) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java132 IntentFilter filter = new IntentFilter(Intent.ACTION_BATTERY_CHANGED);
133 Intent intent = registerReceiver(null, filter);
/frameworks/base/wifi/tests/
H A DAndroid.mk32 local_java_files := $(filter %.java,$(LOCAL_SRC_FILES))
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java512 public void setFilterBitmap(boolean filter) { argument
513 mPaint.setFilterBitmap(filter);
/frameworks/minikin/libs/minikin/
H A DAndroid.mk53 ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java57 IntentFilter filter = new IntentFilter(getAction());
58 context.registerReceiver(this, filter);

Completed in 536 milliseconds

<<111213141516171819