Searched refs:matching (Results 1 – 13 of 13) sorted by relevance
121 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) { in collectFilters() argument129 if (IntentFilter.filterEquals(getIntentFilter(cur), matching)) { in collectFilters()140 public ArrayList<F> findFilters(IntentFilter matching) { in findFilters() argument141 if (matching.countDataSchemes() == 1) { in findFilters()143 return collectFilters(mSchemeToFilter.get(matching.getDataScheme(0)), matching); in findFilters()144 } else if (matching.countDataTypes() != 0 && matching.countActions() == 1) { in findFilters()146 return collectFilters(mTypedActionToFilter.get(matching.getAction(0)), matching); in findFilters()147 } else if (matching.countDataTypes() == 0 && matching.countDataSchemes() == 0 in findFilters()148 && matching.countActions() == 1) { in findFilters()150 return collectFilters(mActionToFilter.get(matching.getAction(0)), matching); in findFilters()[all …]
144 public ArrayList<F> findFilters(WatchedIntentFilter matching) { in findFilters() argument145 return super.findFilters(matching.getIntentFilter()); in findFilters()
7 _closely_ matching existing test file or create a new test file. Prefer many test files over large40 functionality to a _closely_ matching existing rule.
80 certain files in `/sys` when matching uevents are generated. This is done using a ueventd.rc script87 When a uevent that matches the pattern `/sys/devices/system/cpu/cpu*` is sent, the matching sysfs91 ## Path matching104 for a file matching the uevent `FIRMWARE`. It then forks a process to serve this firmware to the137 `/dev/*/red` will match `/dev/leds/red` as well as `/dev/lights/red`. The pattern matching follows
24 Thus, we always launch the same intent, and verify that there is only one matching intent-filter in…
47 // from the point of view of the request matching code, TRACK_DEFAULT is
171 …android.media.VolumeShaper.Configuration does not declare a `getOptionFlags()` method matching met…173 …diopolicy.AudioPolicy does not declare a `isIsTestFocusPolicy()` method matching method android.me…175 …re.KeyGenParameterSpec does not declare a `isUniqueIdIncluded()` method matching method android.se…177 …ConnectionRequest does not declare a `isIsAdhocConferenceCall()` method matching method android.te…179 …android.telecom.ConnectionRequest does not declare a `getRttPipeFromInCall()` method matching meth…181 …android.telecom.ConnectionRequest does not declare a `getRttPipeToInCall()` method matching method…183 …onnectionRequest does not declare a `shouldShowIncomingCallUi()` method matching method android.te…185 …android.view.Display.Mode does not declare a `getResolution()` method matching method android.view…187 …nlineSuggestionsRequest does not declare a `isClientSupported()` method matching method android.vi…189 …lineSuggestionsRequest does not declare a `isServiceSupported()` method matching method android.vi…
19 …sponse does not declare a `shouldScreenCallViaAudioProcessing()` method matching method android.te…21 …android.telephony.mbms.DownloadRequest does not declare a `getServiceId()` method matching method …
46 Device ID is used for matching the subsequent commands to a specific device
50 Device ID is used for matching the subsequent commands to a specific device
226 // we consider matching it against a metered network.
189 // prompt the user for install when a SIM card with matching UICC carrier privilege rules is
9969 List<NotificationRecord> matching = new ArrayList<>();9976 matching.add(r);9979 return matching;