Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserTypeTest.java463 final String userTypeFull = "android.test.1"; in testUserTypeFactoryCustomize_full() local
468 builders.put(userTypeFull, new UserTypeDetails.Builder() in testUserTypeFactoryCustomize_full()
469 .setName(userTypeFull) in testUserTypeFactoryCustomize_full()
477 UserTypeDetails details = builders.get(userTypeFull).createUserTypeDetails(); in testUserTypeFactoryCustomize_full()
538 final String userTypeFull = "android.test"; in testUserTypeFactoryCustomize_illegalUserBaseType() local
541 builders.put(userTypeFull, new UserTypeDetails.Builder() in testUserTypeFactoryCustomize_illegalUserBaseType()
542 .setName(userTypeFull) in testUserTypeFactoryCustomize_illegalUserBaseType()
583 final String userTypeFull = "android.test.1"; in testUserTypeFactoryUpgrades_illegalBaseTypeUpgrade() local
585 builders.put(userTypeFull, new UserTypeDetails.Builder() in testUserTypeFactoryUpgrades_illegalBaseTypeUpgrade()
586 .setName(userTypeFull) in testUserTypeFactoryUpgrades_illegalBaseTypeUpgrade()