Searched defs:candidates (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java258 * Finds a suitable locale among {@code candidates} to use as the fallback locale for
260 * until a locale in {@code candidates} is found.
261 * This function assumes that {@code target} is not in {@code candidates}.
269 private static Locale lookupFallback(Locale target, List<Locale> candidates) { argument
272 if (candidates.contains(fallback)) {
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java387 * @param pickStrategy strategy how to pick polling candidates
395 // Extract polling candidates. No need to poll against local devices.
460 final List<Integer> candidates, final int retryCount,
463 if (candidates.isEmpty()) {
471 final Integer candidate = candidates.remove(0);
483 runDevicePolling(sourceAddress, candidates, retryCount, callback,
459 runDevicePolling(final int sourceAddress, final List<Integer> candidates, final int retryCount, final DevicePollingCallback callback, final List<Integer> allocated) argument
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java2081 List<ResolveInfo> candidates, int userId) {
2083 ((List) inv.getArguments()[0]).addAll(candidates);
2080 prepareGetHomeActivitiesAsUser(ComponentName preferred, List<ResolveInfo> candidates, int userId) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java7299 int matchFlags, List<ResolveInfo> candidates, CrossProfileDomainInfo xpDomainInfo,
7305 candidates.size());
7316 final int count = candidates.size();
7317 // First, try to use linked apps. Partition the candidates into four lists:
7321 ResolveInfo info = candidates.get(n);
7436 // If there is nothing selected, add all candidates and remove the ones that the user
7439 result.addAll(candidates);
7445 Slog.v(TAG, "Filtered results with preferred activities. New candidates count: " +
7298 filterCandidatesWithDomainPreferredActivitiesLPr(Intent intent, int matchFlags, List<ResolveInfo> candidates, CrossProfileDomainInfo xpDomainInfo, int userId) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 138 milliseconds