Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserTypeTest.java396 final String userTypeFull = "android.test.1"; in testUserTypeFactoryCustomize_full() local
401 builders.put(userTypeFull, new UserTypeDetails.Builder() in testUserTypeFactoryCustomize_full()
402 .setName(userTypeFull) in testUserTypeFactoryCustomize_full()
410 UserTypeDetails details = builders.get(userTypeFull).createUserTypeDetails(); in testUserTypeFactoryCustomize_full()
471 final String userTypeFull = "android.test"; in testUserTypeFactoryCustomize_illegalUserBaseType() local
474 builders.put(userTypeFull, new UserTypeDetails.Builder() in testUserTypeFactoryCustomize_illegalUserBaseType()
475 .setName(userTypeFull) in testUserTypeFactoryCustomize_illegalUserBaseType()
516 final String userTypeFull = "android.test.1"; in testUserTypeFactoryUpgrades_illegalBaseTypeUpgrade() local
518 builders.put(userTypeFull, new UserTypeDetails.Builder() in testUserTypeFactoryUpgrades_illegalBaseTypeUpgrade()
519 .setName(userTypeFull) in testUserTypeFactoryUpgrades_illegalBaseTypeUpgrade()