Searched refs:PreferredComponent (Results 1 – 2 of 2) sorted by relevance
31 class PreferredActivity extends IntentFilter implements PreferredComponent.Callbacks {36 final PreferredComponent mPref;41 mPref = new PreferredComponent(this, match, set, activity, always); in PreferredActivity()45 mPref = new PreferredComponent(this, parser); in PreferredActivity()
35 public class PreferredComponent { class60 public PreferredComponent(Callbacks callbacks, int match, ComponentName[] set, in PreferredComponent() method in PreferredComponent95 public PreferredComponent(Callbacks callbacks, XmlPullParser parser) in PreferredComponent() method in PreferredComponent