Searched refs:profiles (Results 1 – 22 of 22) sorted by relevance
23 * profiles - *Bluetooth Profiles* - **TBD** Collection of all profiles.24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles*
44 The tables that determine which power levels are acceptable for which profiles129 all connected profiles.
375 vector<ProfileRefPtr> profiles; in TEST_F() local376 profiles.push_back(new Profile( in TEST_F()384 profiles.push_back(new Profile( in TEST_F()392 profiles.push_back(new Profile( in TEST_F()396 EXPECT_TRUE(Profile::SaveUserProfileList(list_path, profiles)); in TEST_F()
360 const vector<ProfileRefPtr>& profiles) { in SaveUserProfileList() argument362 for (const auto& profile : profiles) { in SaveUserProfileList()
190 const std::vector<ProfileRefPtr>& profiles);
988 vector<ProfileRefPtr>& profiles = GetProfiles(&manager); in TEST_F() local1004 EXPECT_EQ(1, profiles.size()); in TEST_F()1007 EXPECT_EQ(0, profiles.size()); in TEST_F()1126 EXPECT_EQ(4, profiles.size()); in TEST_F()1131 EXPECT_EQ(2, profiles.size()); in TEST_F()1132 EXPECT_TRUE(profiles[0]->GetUser().empty()); in TEST_F()1133 EXPECT_TRUE(profiles[1]->GetUser().empty()); in TEST_F()1146 EXPECT_EQ(3, profiles.size()); in TEST_F()1147 EXPECT_EQ(kUserHash0, profiles[1]->GetUserHash()); in TEST_F()1148 EXPECT_EQ(kUserHash1, profiles[2]->GetUserHash()); in TEST_F()
14 // Supported profiles from CamcorderProfile.hasProfile
21 // Enumerates various certificate profiles supported by the Attestation CA.
46 // this field specifies the origin. For most profiles this is not required.
52 // all Chrome user profiles contained in this user data directory.
68 // Load module profiles.
112 # Similar for the files under /data/misc/profiles/
124 # Write profiles /data/misc/profiles456 # Foreign dex profiles are just markers. Prevent apps to do anything but touch them.
306 /data/misc/profiles/cur(/.*)? u:object_r:user_profile_data_file:s0307 /data/misc/profiles/cur/[0-9]+/foreign-dex(/.*)? u:object_r:user_profile_foreign_dex_data_file:s0308 /data/misc/profiles/ref(/.*)? u:object_r:user_profile_data_file:s0
151 # Access /data/misc/profiles/{cur,ref}/
97 # /data/misc/profiles
395 auto profiles = dbus_client_->GetProfileProxies(); in DeleteEntriesForSsid() local396 for (auto& profile : profiles) { in DeleteEntriesForSsid()
94 Note it is valid to pop all profiles from the110 Remove all user profiles from the stack of managed111 profiles leaving only default profiles if any exist.
11 Multiple profiles may be active simultaneously. Profiles are organized
174 profiles in the Manager that could possibly provide1615 service is removed from all active profiles.
386 mkdir /data/misc/profiles 0771 system system387 mkdir /data/misc/profiles/cur 0771 system system388 mkdir /data/misc/profiles/ref 0771 system system