Searched refs:AppsIndexerConfig (Results 1 – 8 of 8) sorted by relevance
79 private final AppsIndexerConfig mAppsIndexerConfig;92 @NonNull AppsIndexerConfig appsIndexerConfig) in createInstance()108 @NonNull AppsIndexerConfig appsIndexerConfig, in createInstance()136 @NonNull AppsIndexerConfig appsIndexerConfig) { in AppsIndexerUserInstance()
28 public interface AppsIndexerConfig { interface
30 public class FrameworkAppsIndexerConfig implements AppsIndexerConfig {
65 private final AppsIndexerConfig mAppsIndexerConfig;69 @NonNull Context context, @NonNull AppsIndexerConfig appsIndexerConfig) { in AppsIndexerManagerService()
33 import com.android.server.appsearch.appsindexer.AppsIndexerConfig;73 @NonNull Context context, @NonNull AppsIndexerConfig config) { in createAppsIndexerManagerService()123 AppsIndexerConfig appsIndexerConfig = new FrameworkAppsIndexerConfig(); in onStart()
19 import static com.android.server.appsearch.appsindexer.AppsIndexerConfig.DEFAULT_APPS_INDEXER_ENABL…40 import com.android.server.appsearch.appsindexer.AppsIndexerConfig;82 @NonNull Context context, @NonNull AppsIndexerConfig config) { in setUp()
19 public class TestAppsIndexerConfig implements AppsIndexerConfig {
75 private final AppsIndexerConfig mAppsIndexerConfig = new TestAppsIndexerConfig();