Home
last modified time | relevance | path

Searched defs:Profile (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DProfile.java23 public interface Profile { interface
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs46 pub enum Profile { enum
83 impl Display for Profile { implementation
184 pub fn is_known_profile(uuid: &Uuid128Bit) -> Option<Profile> { in is_known_profile()
Dbluetooth_media.rs327 fn add_connected_profile(&mut self, addr: RawAddress, profile: uuid::Profile) { in add_connected_profile()
341 profile: uuid::Profile, in rm_connected_profile()
363 pub fn enable_profile(&mut self, profile: &Profile) { in enable_profile()
393 pub fn disable_profile(&mut self, profile: &Profile) { in disable_profile()
1211 fn adapter_get_audio_profiles(&self, addr: RawAddress) -> HashSet<uuid::Profile> { in adapter_get_audio_profiles()
Dbluetooth.rs533 fn disable_profile(&mut self, profile: &Profile) { in disable_profile()
555 fn enable_profile(&mut self, profile: &Profile) { in enable_profile()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DConstants.java629 public static class Profile { class in Constants
635 private Profile(int type, String name, String connectionStateAction) { in Profile() method in Constants.Profile
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfile.java34 public class Profile { class
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java85 new UserInfo(SYSTEM_MANAGE_PROFILE_USER_ID, "Managed Profile", 0))); in USER_PROFILES.put()
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.h85 enum class Profile : int64_t { enum
/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetySource.java122 public @interface Profile {} annotation in SafetySource
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DAbstractMultiProfilePagerAdapter.java56 @interface Profile {} annotation in AbstractMultiProfilePagerAdapter