Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserTypeTest.java208 final String userTypeAosp1 = "android.test.1"; // Profile user that is not customized in testUserTypeFactoryCustomize_profile() local
215 builders.put(userTypeAosp1, new UserTypeDetails.Builder() in testUserTypeFactoryCustomize_profile()
216 .setName(userTypeAosp1) in testUserTypeFactoryCustomize_profile()
221 .setName(userTypeAosp1) in testUserTypeFactoryCustomize_profile()
232 UserTypeDetails aospType = builders.get(userTypeAosp1).createUserTypeDetails(); in testUserTypeFactoryCustomize_profile()