Home
last modified time | relevance | path

Searched refs:localRef (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/framework/java/android/app/appsearch/
DAppSearchEnvironmentFactory.java34 AppSearchEnvironment localRef = mEnvironmentInstance; in getEnvironmentInstance() local
35 if (localRef == null) { in getEnvironmentInstance()
37 localRef = mEnvironmentInstance; in getEnvironmentInstance()
38 if (localRef == null) { in getEnvironmentInstance()
39 mEnvironmentInstance = localRef = new FrameworkAppSearchEnvironment(); in getEnvironmentInstance()
43 return localRef; in getEnvironmentInstance()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchComponentFactory.java35 ServiceAppSearchConfig localRef = sConfigInstance; in getConfigInstance() local
36 if (localRef == null) { in getConfigInstance()
38 localRef = sConfigInstance; in getConfigInstance()
39 if (localRef == null) { in getConfigInstance()
41 localRef = FrameworkServiceAppSearchConfig.getInstance(executor); in getConfigInstance()
45 return localRef; in getConfigInstance()