Home
last modified time | relevance | path

Searched refs:matching (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java150 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) { in collectFilters() argument
158 if (filterEquals(getIntentFilter(cur), matching)) { in collectFilters()
169 public ArrayList<F> findFilters(IntentFilter matching) { in findFilters() argument
170 if (matching.countDataSchemes() == 1) { in findFilters()
172 return collectFilters(mSchemeToFilter.get(matching.getDataScheme(0)), matching); in findFilters()
173 } else if (matching.countDataTypes() != 0 && matching.countActions() == 1) { in findFilters()
175 return collectFilters(mTypedActionToFilter.get(matching.getAction(0)), matching); in findFilters()
176 } else if (matching.countDataTypes() == 0 && matching.countDataSchemes() == 0 in findFilters()
177 && matching.countActions() == 1) { in findFilters()
179 return collectFilters(mActionToFilter.get(matching.getAction(0)), matching); in findFilters()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DWatchedIntentResolver.java142 public ArrayList<F> findFilters(WatchedIntentFilter matching) { in findFilters() argument
143 return super.findFilters(matching.getIntentFilter()); in findFilters()
/frameworks/proto_logging/stats/enums/telephony/
Denums.proto296 // SIM-specific settings didn't restore because no matching SIM was
317 // Restore was done by matching two sims by ICCID.
319 // Restore was done by matching carrierId and phoneNumber.
321 // Restore was done by matching carrierId only.
/frameworks/av/media/codec2/vndk/util/
DC2ParamUtils.cpp142 size_t matching = countMatching( in sanitizeEnumValueNames() local
145 prefix.resize(matching); in sanitizeEnumValueNames()
/frameworks/av/
DMainlineFiles.cfg22 # matching is purely prefix
/frameworks/base/packages/SystemUI/docs/
Dsos_gesture.md24 Thus, we always launch the same intent, and verify that there is only one matching intent-filter in…
/frameworks/base/core/api/
Dsystem-lint-baseline.txt35 …android.security.keystore.KeyGenParameterSpec does not declare a `getUid()` method matching method…
37 …tofill.Dataset does not declare a `getFieldInlinePresentation()` method matching method android.se…
39 …sponse does not declare a `shouldScreenCallViaAudioProcessing()` method matching method android.te…
41 …android.telephony.mbms.DownloadRequest does not declare a `getServiceId()` method matching method …
/frameworks/opt/telephony/proto/src/
DcarrierId.proto59 // decimal format. Some digits can be replaced with "x" symbols matching any digit.
Dtelephony.proto1725 // Carrier id matching result object
1735 // but its matching rule is unknown
1739 // from subscription but its matching rule is unknown
1825 // Carrier id matching event
/frameworks/base/core/proto/android/net/
Dnetworkrequest.proto47 // from the point of view of the request matching code, TRACK_DEFAULT is
/frameworks/base/cmds/uinput/
DREADME.md46 Device ID is used for matching the subsequent commands to a specific device
/frameworks/rs/script_api/
Drs_graphics.spec359 operate on the texture bound at the matching slot.
376 matching slot.
/frameworks/base/cmds/hid/
DREADME.md50 Device ID is used for matching the subsequent commands to a specific device
/frameworks/compile/slang/
DREADME.rst282 the same exact dimensionality (i.e. matching X and Y values for dimension).
/frameworks/rs/script_api/include/
Drs_graphics.rsh624 * operate on the texture bound at the matching slot.
645 * matching slot.
Drs_math.rsh737 * min_value: Lower bound, a scalar or matching vector.
2250 * exponent: Exponent, a single component or matching vector.
/frameworks/base/core/proto/android/server/
Djobscheduler.proto226 // we consider matching it against a metered network.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto186 // prompt the user for install when a SIM card with matching UICC carrier privilege rules is
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java8990 List<NotificationRecord> matching = new ArrayList<>();
8997 matching.add(r);
9000 return matching;
/frameworks/proto_logging/stats/
Datoms.proto6126 * matching conditions, because future data may represent with multiple rows what is currently
11985 // UUID matching the one set inside the SystemInfo trace packet.
12983 * Logs the version of the carrier ID matching table at first power up and when it is updated.
12989 // Version of the CarrierId matching table.
12994 * Pulls the version of the carrier ID matching table.
13000 // Version of the CarrierId matching table.
13161 * (RAT) combination. Durations are aggregated from all registrations with matching criteria,