Searched defs:Profile (Results 1 – 7 of 7) sorted by relevance
23 public interface Profile { interface
41 pub enum Profile { enum143 pub fn is_known_profile(&self, uuid: &Uuid128Bit) -> Option<&Profile> { in is_known_profile()147 pub fn get_enabled_profiles(&self) -> HashSet<Profile> { in get_enabled_profiles()
629 public static class Profile { class in Constants635 private Profile(int type, String name, String connectionStateAction) { in Profile() method in Constants.Profile
34 public class Profile { class
85 new UserInfo(SYSTEM_MANAGE_PROFILE_USER_ID, "Managed Profile", 0))); in USER_PROFILES.put()
114 public @interface Profile {} annotation in SafetySource
56 @interface Profile {} annotation in AbstractMultiProfilePagerAdapter