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.java274 final String userTypeFull = "android.test.1"; in testUserTypeFactoryCustomize_full() local
279 builders.put(userTypeFull, new UserTypeDetails.Builder() in testUserTypeFactoryCustomize_full()
280 .setName(userTypeFull) in testUserTypeFactoryCustomize_full()
287 UserTypeDetails details = builders.get(userTypeFull).createUserTypeDetails(); in testUserTypeFactoryCustomize_full()
346 final String userTypeFull = "android.test"; in testUserTypeFactoryCustomize_illegalUserBaseType() local
349 builders.put(userTypeFull, new UserTypeDetails.Builder() in testUserTypeFactoryCustomize_illegalUserBaseType()
350 .setName(userTypeFull) in testUserTypeFactoryCustomize_illegalUserBaseType()