Searched defs:merged (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java155 * need to match several "merged" subscribers. These are the subscribers
415 * Examine the given template and normalize if it refers to a "merged"
416 * mobile subscriber. We pick the "lowest" merged subscriber as the primary
417 * for key purposes, and expand the template to match all other merged
424 public static NetworkTemplate normalize(NetworkTemplate template, String[] merged) { argument
425 if (template.isMatchRuleMobile() && ArrayUtils.contains(merged, template.mSubscriberId)) {
427 // a template that matches all merged subscribers.
428 return new NetworkTemplate(template.mMatchRule, merged[0], merged,
/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 54 milliseconds