Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java130 int communalProfileId = communalProfile != null in removeExistingUsers() local
138 user.id != communalProfileId && in removeExistingUsers()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1149 final int communalProfileId = getCommunalProfileIdUnchecked(); in startCommunalProfile() local
1150 if (communalProfileId != UserHandle.USER_NULL) { in startCommunalProfile()
1154 started = ActivityManager.getService().startProfile(communalProfileId); in startCommunalProfile()
1161 "Failed to start communal profile userId=%d", communalProfileId); in startCommunalProfile()