Home
last modified time | relevance | path

Searched defs:filtered (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
H A DUtf8ByteLengthFilterTest.java39 CharSequence filtered = lengthFilter.filter(source, /* start= */ 0, source.length(), dest, in filter_belowMaxBytes_returnsNull() local
53 CharSequence filtered = lengthFilter.filter(source, /* start= */ 0, source.length(), dest, in filter_maxBytes_returnsNull() local
67 CharSequence filtered = lengthFilter.filter(source, /* start= */ 0, source.length(), dest, in filter_aboveMaxBytes_returnsFilteredSource() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/tools/idea/validator/
H A DLayoutValidatorTests.java140 Set<AccessibilityHierarchyCheck> filtered =allChecks in testValidationPolicyChecks() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManager.kt148 val filtered = entries.asSequence() regex
157 val filtered = notifFilter.shouldFilterOut(entry) regex
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
H A DZslImageCaptureCommand.java108 List<ImageProxy> filtered = new ArrayList<>(); in filterImagesWithinMaxLookBack() local
/aosp12/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneFilterTypeAdapter.java187 ArrayList<FilterTypeResult> filtered = new ArrayList<FilterTypeResult>(); in performFiltering() local
302 private void handleSearchByGmt(ArrayList<FilterTypeResult> filtered, int num, in handleSearchByGmt()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DKalmanFilterTest.java109 double [] filtered = new double[mSteps]; in testPhaseLockedLoop() local
/aosp12/frameworks/base/location/java/android/location/
H A DLocationResult.java188 ArrayList<Location> filtered = mLocations; in filter() local
/aosp12/frameworks/native/libs/sensor/tests/
H A DSensorEventQueue_test.cpp76 Events filtered = filterEvents(events); in runFilterTest() local
/aosp12/frameworks/base/core/java/android/text/method/
H A DNumberKeyListener.java77 SpannableStringBuilder filtered = in filter() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/blocking/
H A DFilteredNumberCompat.java183 List<String> filtered = new ArrayList<>(); in filter() local
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include_legacy/
H A DTestHarness.h222 std::map<int, std::vector<T>>* filtered, std::function<bool(int)> is_ignored) { in filter_internal()
230 MixedTyped filtered; in filter() local
/aosp12/system/bt/hci/src/
H A Dbtsnoop.cc355 static void delete_btsnoop_files(bool filtered) { in delete_btsnoop_files()
363 std::string get_btsnoop_log_path(bool filtered) { in get_btsnoop_log_path()
/aosp12/packages/apps/Tag/src/com/android/apps/tag/record/
H A DSmartPoster.java193 Iterable<T> filtered = Iterables.filter(elements, type); in getFirstIfExists() local
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DUserBackupManagerServiceTest.java279 String[] filtered = in testFilterAppsEligibleForBackup() local
298 String[] filtered = in testFilterAppsEligibleForBackup_whenNoneIsEligible() local
/aosp12/art/libnativeloader/
H A Dlibrary_namespaces.cpp160 std::vector<std::string> filtered; in filter_public_libraries() local
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java422 final ArrayList<Locale> filtered = new ArrayList<>(current.size()); in resolveLocales() local
/aosp12/system/bt/gd/hal/
H A Dsnoop_logger.cc80 std::string get_btsnoop_log_path(std::string log_dir, bool filtered) { in get_btsnoop_log_path()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java189 List<FontConfig.Alias> filtered = new ArrayList<>(); in readFamilies() local
/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/
H A DDeviceUniqueAttestationTest.cpp155 AuthorizationSet filtered; in filter_tags() local
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java427 public TargetInfo targetInfoForPosition(int position, boolean filtered) { in targetInfoForPosition()
/aosp12/system/core/storaged/
H A Dstoraged_uid_monitor.cpp276 struct uid_records filtered; in dump() local
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
H A DPlaybackViewModel.java334 List<MediaItemMetadata> filtered = queue == null ? Collections.emptyList() in onQueueChanged() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaDataManager.kt817 val filtered = mediaEntries.filter { !it.value.active } regex
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java990 int filtered = filter(r, generated); in expand() local
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java1060 Bundle filtered = TelephonyUtils.filterValues(extras); in maybeCleanseExtras() local

12