Searched refs:profileName (Results 1 – 2 of 2) sorted by relevance
101 int createProfileUser(int parentId, String profileName) throws IOException { in createProfileUser() argument104 String.format("pm create-user --profileOf %d %s", parentId, profileName)); in createProfileUser()
69 public PeripheralProfile(String profileName, String profileDescription, in PeripheralProfile() argument73 mProfileName = profileName; in PeripheralProfile()