Searched defs:providerList (Results 1 – 6 of 6) sorted by relevance
152 val providerList: MutableList<ProviderInfo> = mutableListOf() in toProviderList() constant407 val providerList: MutableList<EnabledProviderInfo> = mutableListOf() in toEnabledProviderList() constant434 val providerList: MutableList<DisabledProviderInfo> = mutableListOf() in toDisabledProviderList() constant
390 private ComponentName getDefaultGlobalSearchProvider(List<ResolveInfo> providerList) { in getDefaultGlobalSearchProvider()
192 List<ProviderInfo> providerList = null; in queryProviders() local
81 in ProviderInfoList providerList, in ComponentName testName, in bindApplication()
1183 ProviderInfoList providerList, ComponentName instrumentationName, in bindApplication()
4770 final ProviderInfoList providerList = ProviderInfoList.fromList(providers); in attachApplicationLocked() local