Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DCompositeUserData.java53 final String[] packageCategoryIds = mPackageUserData.getCategoryIds(); in CompositeUserData()
63 final String[] genericCategoryIds = mGenericUserData.getCategoryIds(); in CompositeUserData()
65 final int size = mGenericUserData.getCategoryIds().length; in CompositeUserData()
156 public String[] getCategoryIds() { in getCategoryIds() method in CompositeUserData
DFieldClassificationUserData.java58 String[] getCategoryIds(); in getCategoryIds() method
DUserData.java127 public String[] getCategoryIds() { in getCategoryIds() method in UserData
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java892 final int numberFields = mUserData == null ? 0: mUserData.getCategoryIds().length; in setUserData()
DSession.java1508 final String[] categoryIds = userData.getCategoryIds(); in logFieldClassificationScore()
/frameworks/base/api/
Dtest-lint-baseline.txt1410 MissingNullability: android.service.autofill.CompositeUserData#getCategoryIds():
Dtest-current.txt2747 method public String[] getCategoryIds();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62942 Landroid/service/autofill/UserData;->getCategoryIds()[Ljava/lang/String;