Searched refs:locus (Results 1 – 2 of 2) sorted by relevance
38 String locus = b != null ? b.getString(EXTRA_LOCUS_ID, null) : null; in onCreate() local39 mLocusId = locus != null ? new LocusId(locus) : null; in onCreate()
30 LocusId locus = new LocusId("Locus1"); in onCreate() local31 setLocusContext(locus, null); in onCreate()