Searched refs:forTarget (Results 1 – 2 of 2) sorted by relevance
122 int forTarget = searchIndexable.forTarget(); in process() local125 if (forTarget == SearchIndexable.ALL) { in process()127 } else if ((forTarget & SearchIndexable.MOBILE) != 0) { in process()129 } else if ((forTarget & SearchIndexable.TV) != 0) { in process()131 } else if ((forTarget & SearchIndexable.WEAR) != 0) { in process()133 } else if ((forTarget & SearchIndexable.AUTO) != 0) { in process()135 } else if ((forTarget & SearchIndexable.ARC) != 0) { in process()
33 int forTarget() default ALL; in forTarget() method