Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1500 ComponentName primaryServiceComponentName, secondaryServiceComponentName = null; in Session() local
1502 primaryServiceComponentName = mCredentialAutofillService; in Session()
1511 primaryServiceComponentName = serviceComponentName; in Session()
1514 Slog.v(TAG, "Primary service component name: " + primaryServiceComponentName in Session()
1517 mRemoteFillService = primaryServiceComponentName == null ? null in Session()
1518 : new RemoteFillService(context, primaryServiceComponentName, userId, this, in Session()