Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/credentials/
DCombinedProviderInfo.java58 private final @Nullable AutofillServiceInfo mAutofillServiceInfo; field in CombinedProviderInfo
73 mAutofillServiceInfo = asi; in CombinedProviderInfo()
87 return mAutofillServiceInfo; in getAutofillServiceInfo()
95 return mAutofillServiceInfo.getServiceInfo().applicationInfo; in getApplicationInfo()
119 if (mAutofillServiceInfo != null) { in getSettingsActivity()
120 final String settingsActivity = mAutofillServiceInfo.getSettingsActivity(); in getSettingsActivity()
181 if (mAutofillServiceInfo != null) { in getBrandingService()
182 return mAutofillServiceInfo.getServiceInfo(); in getBrandingService()
236 if (mAutofillServiceInfo != null) { in getAutofillServiceString()
237 return mAutofillServiceInfo.getServiceInfo().getComponentName().flattenToString(); in getAutofillServiceString()