Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DAutofillServiceInfo.java335 String credentialManagerAutofillCompName = context.getResources().getString( in isCredentialManagerAutofillService() local
337 if (credentialManagerAutofillCompName != null && !credentialManagerAutofillCompName in isCredentialManagerAutofillService()
340 credentialManagerAutofillCompName); in isCredentialManagerAutofillService()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java1524 String credentialManagerAutofillCompName = context.getResources().getString( in getCredentialAutofillService() local
1526 if (credentialManagerAutofillCompName != null in getCredentialAutofillService()
1527 && !credentialManagerAutofillCompName.isEmpty()) { in getCredentialAutofillService()
1529 credentialManagerAutofillCompName); in getCredentialAutofillService()
DAutofillManagerService.java293 String credentialManagerAutofillCompName = context.getResources().getString( in AutofillManagerService() local
295 if (credentialManagerAutofillCompName != null in AutofillManagerService()
296 && !credentialManagerAutofillCompName.isEmpty()) { in AutofillManagerService()
298 credentialManagerAutofillCompName); in AutofillManagerService()
DSession.java1576 String credentialManagerAutofillCompName = context.getResources().getString( in getCredentialAutofillService() local
1578 if (credentialManagerAutofillCompName != null in getCredentialAutofillService()
1579 && !credentialManagerAutofillCompName.isEmpty()) { in getCredentialAutofillService()
1581 credentialManagerAutofillCompName); in getCredentialAutofillService()