Searched refs:communalProfileId (Results 1 – 2 of 2) sorted by relevance
130 int communalProfileId = communalProfile != null in removeExistingUsers() local138 user.id != communalProfileId && in removeExistingUsers()
1149 final int communalProfileId = getCommunalProfileIdUnchecked(); in startCommunalProfile() local1150 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()