| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
| RestrictionUtils.java | 17 package com.android.tv.settings.users;
|
| UserSwitchListenerService.java | 17 package com.android.tv.settings.users; 45 "com.android.tv.settings.users.RestrictedProfileActivityLauncherEntry";
|
| AppRestrictionsManager.java | 17 package com.android.tv.settings.users;
|
| /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
| BaseDevicePolicyTest.java | 105 // TODO: move this to ITestDevice once it supports users 106 String command = "pm get-max-users"; 119 String command = "pm list users"; 123 // Extract the id of all existing users. 126 assertEquals(commandOutput, lines[0], "Users:"); 128 ArrayList<Integer> users = new ArrayList<Integer>(); local 135 users.add(Integer.parseInt(tokens[1])); 137 return users; 199 // TODO: move this to RemoteAndroidTestRunner once it supports users. Should be straight
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| app_launch_signin_screen.cc | 208 const UserList& users = GetUsers(); local 210 for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) {
|
| /external/chromium_org/chrome/browser/chromeos/login/screens/ |
| user_selection_screen.cc | 12 #include "chrome/browser/chromeos/login/users/multi_profile_user_controller.h" 37 // Max number of users to show. 106 // For all other users, force online sign in if: 109 // * The user's OAuth token status is unknown (except supervised users, 137 void UserSelectionScreen::Init(const UserList& users, bool show_guest) { 138 users_ = users; 192 const UserList& users, 201 for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) { 227 const UserList& users = GetUsers() local [all...] |
| /external/chromium_org/chrome/browser/chromeos/login/session/ |
| session_manager.cc | 32 #include "chrome/browser/chromeos/login/users/supervised_user_manager.h" 33 #include "chrome/browser/chromeos/login/users/user.h" 34 #include "chrome/browser/chromeos/login/users/user_manager.h" 206 // Need to iterate over all users and their OAuth2 session state. 207 const UserList& users = user_manager->GetLoggedInUsers(); local 208 for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) { 251 // We don't need to restore session for demo/guest/stub/public account users.
|
| /external/chromium_org/chrome/browser/chromeos/login/users/ |
| fake_user_manager.cc | 5 #include "chrome/browser/chromeos/login/users/fake_user_manager.h" 7 #include "chrome/browser/chromeos/login/users/fake_supervised_user_manager.h" 157 const UserList& users = GetUsers(); local 158 for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) {
|
| supervised_user_manager_impl.cc | 5 #include "chrome/browser/chromeos/login/users/supervised_user_manager_impl.h" 20 #include "chrome/browser/chromeos/login/users/user_manager_impl.h" 53 // A pref of the next id for locally managed users generation. 57 // A pref of the next id for locally managed users generation. 61 // A pref of the next id for locally managed users generation. 170 const UserList& users = owner_->GetUsers(); local 171 for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) { 360 const UserList& users = owner_->GetUsers(); local 361 for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) 373 const UserList& users = owner_->GetUsers(); local [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| extension_assets_manager_chromeos.cc | 19 #include "chrome/browser/chromeos/login/users/user_manager.h" 117 const char ExtensionAssetsManagerChromeOS::kSharedExtensionUsers[] = "users"; 293 base::ListValue* users = NULL; local 299 version_info->GetList(kSharedExtensionUsers, &users)) { 301 size_t users_size = users->GetSize(); 305 if (users->GetString(i, &temp) && temp == user_id) { 312 users->AppendString(user_id); 391 base::ListValue* users = new base::ListValue; local 392 version_info->Set(kSharedExtensionUsers, users); 396 users->AppendString(info.profile->GetProfileName()) 446 base::ListValue* users = NULL; local 500 base::ListValue* users = NULL; local [all...] |
| /external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
| locally_managed_user_creation_screen_handler.cc | 12 #include "chrome/browser/chromeos/login/users/supervised_user_manager.h" 13 #include "chrome/browser/chromeos/login/users/user_manager.h" 14 #include "chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.h" 214 const UserList& users = UserManager::Get()->GetUsers(); local 218 for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) { 450 const base::ListValue* users) { 451 CallJS("setExistingManagedUsers", *users);
|
| /external/fio/ |
| diskutil.h | 69 unsigned long users; member in struct:disk_util 78 du->users += val; 84 slave->users += val;
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| bss.h | 27 unsigned int users; member in struct:wpa_bss_anqp
|
| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| PermissionMonitor.java | 141 List<UserInfo> users = mUserManager.getUsers(true); // exclude dying users local 142 if (users != null) { 143 for (UserInfo user : users) { 148 log("Users: " + mUsers.size() + ", Apps: " + mApps.size()); 183 private void update(Set<Integer> users, Map<Integer, Boolean> apps, boolean add) { 188 for (int user : users) { 212 Set<Integer> users = new HashSet<Integer>(); local 213 users.add(user); 214 update(users, mApps, true) 224 Set<Integer> users = new HashSet<Integer>(); local [all...] |
| /frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
| UserManagerTest.java | 163 // Create as many users as permitted and make sure creation passes 183 List<UserInfo> users = mUserManager.getUsers(); local 184 if (users.size() > 1) { 188 mUserManager.setUserRestrictions(restrictions, new UserHandle(users.get(1).id)); 189 Bundle stored = mUserManager.getUserRestrictions(new UserHandle(users.get(1).id));
|
| /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
| DatabaseHelper.java | 54 public static final String KEY_USERS = "users"; 104 getCommaSeparatedString(soundModel.keyphrases[0].users)); 182 int[] users = getArrayForCommaSeparatedString( local 190 if (users == null) { 191 // No users present in the keyphrase. 192 Slog.w(TAG, "Ignoring SoundModel since it doesn't specify users"); 197 for (int user : users) { 214 keyphraseId, recognitionModes, modelLocale, text, users); 234 private static String getCommaSeparatedString(int[] users) { 235 if (users == null) 253 int[] users = new int[usersStr.length]; local [all...] |
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| device_status_collector.cc | 20 #include "chrome/browser/chromeos/login/users/user.h" 21 #include "chrome/browser/chromeos/login/users/user_manager.h" 75 // Maximum number of users to report. 434 const chromeos::UserList& users = chromeos::UserManager::Get()->GetUsers(); local 436 for (user = users.begin(); user != users.end(); ++user) { 437 // Only regular users are reported. 449 // Do not report the email address of unmanaged users. 452 // Add only kMaxUserCount entries, unless no managed users are found in the 453 // first kMaxUserCount users. In that case, continue until at least on [all...] |
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/ |
| ircbot.py | 323 def users(self): member in class:Channel 324 """Returns an unsorted list of the channel's users."""
|
| /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
| ActivityTestMain.java | 152 List<UserInfo> users = um.getUsers(); local 154 for (UserInfo ui : users) {
|
| /packages/services/Telephony/src/com/android/phone/ |
| NotificationMgr.java | 345 List<UserInfo> users = mUserManager.getUsers(true); local 346 for (int i = 0; i < users.size(); i++) { 347 final UserInfo user = users.get(i); 393 List<UserInfo> users = mUserManager.getUsers(true); local 394 for (int i = 0; i < users.size(); i++) { 395 UserHandle userHandle = users.get(i).getUserHandle(); 426 List<UserInfo> users = mUserManager.getUsers(true); local 427 for (int i = 0; i < users.size(); i++) { 428 UserHandle userHandle = users.get(i).getUserHandle(); 469 List<UserInfo> users = mUserManager.getUsers(true) local [all...] |
| /development/ndk/platforms/android-3/include/linux/ |
| skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
| /external/chromium_org/chrome/browser/chromeos/login/ui/ |
| login_display_host_impl.cc | 49 #include "chrome/browser/chromeos/login/users/user_manager.h" 621 const chromeos::UserList& users = chromeos::UserManager::Get()->GetUsers(); local 623 // Fix for users who updated device and thus never passed register screen. 624 // If we already have users, we assume that it is not a second part of 626 if (!StartupUtils::IsDeviceRegistered() && !users.empty()) { 627 VLOG(1) << "Mark device registered because there are remembered users: " 628 << users.size(); 637 sign_in_controller_->Init(users); [all...] |
| /external/chromium_org/chrome/browser/chromeos/settings/ |
| device_settings_provider.cc | 336 const base::ListValue* users; local 337 if (value->GetAsList(&users)) { 338 for (base::ListValue::const_iterator i = users->begin(); 339 i != users->end(); ++i) { 454 // New users allowed, user whitelist ignored. 457 // New users not allowed, enforce user whitelist if present. 462 // No configured allow-new-users value, enforce whitelist if non-empty. [all...] |
| /external/llvm/include/llvm/IR/ |
| Value.h | 266 iterator_range<user_iterator> users() { function in class:llvm::Value 269 iterator_range<const_user_iterator> users() const { function in class:llvm::Value 283 /// hasNUses - Return true if this Value has exactly N users. 287 /// hasNUsesOrMore - Return true if this value has N users or more. This is
|
| /frameworks/base/core/java/android/hardware/soundtrigger/ |
| SoundTrigger.java | 72 /** Maximum number of users per key phrase */ 233 /** Users this key phrase has been trained for. countains sound trigger specific user IDs 235 public final int[] users; field in class:SoundTrigger.Keyphrase 237 public Keyphrase(int id, int recognitionModes, String locale, String text, int[] users) { 242 this.users = users; 261 int[] users = null; local 264 users = new int[numUsers]; 265 in.readIntArray(users); 267 return new Keyphrase(id, recognitionModes, locale, text, users); [all...] |