Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java1648 mDisabledInfoCache.addDisabledAppLocked(mUserId, packageName, expiration); in disableAutofillForApp()
DAutofillManagerService.java1212 void addDisabledAppLocked(@UserIdInt int userId, @NonNull String packageName, in addDisabledAppLocked() method in AutofillManagerService.DisabledInfoCache