Searched refs:forTarget (Results 1 – 2 of 2) sorted by relevance
115 int forTarget = searchIndexable.forTarget(); in process() local116 if (forTarget == SearchIndexable.ALL) { in process()118 } else if ((forTarget & SearchIndexable.MOBILE) != 0) { in process()120 } else if ((forTarget & SearchIndexable.TV) != 0) { in process()122 } else if ((forTarget & SearchIndexable.WEAR) != 0) { in process()124 } else if ((forTarget & SearchIndexable.AUTO) != 0) { in process()126 } else if ((forTarget & SearchIndexable.ARC) != 0) { in process()
33 int forTarget() default ALL; in forTarget() method