HomeSort by relevance Sort by last modified time
    Searched full:userid (Results 201 - 225 of 662) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_14.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
msg_29.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
msg_44.txt 3 Received: by mail.python.org (Postfix, from userid 889)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_04.txt 3 Received: by mail.python.org (Postfix, from userid 889)
msg_14.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
msg_29.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
msg_44.txt 3 Received: by mail.python.org (Postfix, from userid 889)
  /frameworks/base/services/core/java/com/android/server/notification/
CalendarTracker.java 250 final int userId = mUserContext.getUserId();
252 if (DEBUG) Log.d(TAG, "unregister content observer u=" + userId);
256 if (DEBUG) Log.d(TAG, "mRegistered = " + registered + " u=" + userId);
258 if (DEBUG) Log.d(TAG, "register content observer u=" + userId);
259 cr.registerContentObserver(Instances.CONTENT_URI, true, mObserver, userId);
260 cr.registerContentObserver(Events.CONTENT_URI, true, mObserver, userId);
261 cr.registerContentObserver(Calendars.CONTENT_URI, true, mObserver, userId);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 235 private Resources getResourcesForUserPackage(String pkg, int userId) {
240 if (userId == UserHandle.USER_ALL) {
241 userId = UserHandle.USER_OWNER;
243 r = mPm.getResourcesForApplicationAsUser(pkg, userId);
254 private Drawable loadPackageIconDrawable(String pkg, int userId) {
276 private Drawable loadIconDrawable(String pkg, int userId, int resId) {
277 Resources r = getResourcesForUserPackage(pkg, userId);
  /system/security/keystore/
IKeystoreService.cpp 402 virtual int32_t getState(int32_t userId)
406 data.writeInt32(userId);
561 virtual int32_t onUserPasswordChanged(int32_t userId, const String16& password)
565 data.writeInt32(userId);
582 virtual int32_t lock(int32_t userId)
586 data.writeInt32(userId);
601 virtual int32_t unlock(int32_t userId, const String16& password)
605 data.writeInt32(userId);
621 virtual bool isEmpty(int32_t userId)
625 data.writeInt32(userId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 96 public SyncOperation(Account account, int userId, int reason, int source, String provider,
99 this(new SyncStorageEngine.EndPoint(account, provider, userId),
104 public SyncOperation(ComponentName service, int userId, int reason, int source,
107 this(new SyncStorageEngine.EndPoint(service, userId), reason, source, extras,
190 && target.userId == other.userId
210 .append(target.userId).append(" (")
219 .append(target.userId).append(" (")
294 + info.userId
302 .append(info.userId)
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 310 final int userId = mUserHandle.getIdentifier();
312 authority, userId);
320 ContentResolver.setSyncAutomaticallyAsUser(account, authority, syncOn, userId);
324 if (!ContentResolver.getMasterSyncAutomaticallyAsUser(userId) || !syncOn) {
406 final int userId = mUserHandle.getIdentifier();
407 List<SyncInfo> currentSyncs = ContentResolver.getCurrentSyncsAsUser(userId);
423 SyncStatusInfo status = ContentResolver.getSyncStatusAsUser(account, authority, userId);
425 userId);
455 int syncState = ContentResolver.getIsSyncableAsUser(account, authority, userId);
464 userId);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 58 for (Integer userId : usersToRemove) {
59 removeUser(userId);
219 private void removeUser(int userId) {
221 mUserManager.removeUser(userId);
222 while (mUserManager.getUserInfo(userId) != null) {
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java 176 t.key.baseIntent.getComponent(), t.key.userId);
179 cachedIcon = ssp.getActivityIcon(info, t.key.userId);
244 return ssp.getBadgedIcon(new BitmapDrawable(res, tdIcon), taskKey.userId);
341 taskKey.userId);
349 + " u=" + taskKey.userId);
369 label = ssp.getContentDescription(taskKey.baseIntent, taskKey.userId, activityLabel, res);
375 + " u=" + taskKey.userId);
404 taskKey.userId);
407 icon = ssp.getActivityIcon(infoHandle.info, taskKey.userId);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictedProfileDialogFragment.java 108 int userId = restrictedUserInfo.id;
109 UserHandle user = new UserHandle(userId);
112 mUserManager.setUserIcon(userId, bitmap);
131 int userId = result.id;
134 getActivity(), userId, true);
282 /* package */ static void switchUserNow(int userId) {
284 ActivityManagerNative.getDefault().switchUser(userId);
311 public boolean checkPassword(String password, int userId) {
313 return getLockSettings().checkPassword(password, userId).getResponseCode()
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 354 boolean defaultOnly, ArrayList<F[]> listCut, int userId) {
365 resolvedType, scheme, listCut.get(i), resultList, userId);
372 int userId) {
382 + " defaultOnly=" + defaultOnly + " userId=" + userId + " of " + intent);
446 resolvedType, scheme, firstTypeCut, finalList, userId);
450 resolvedType, scheme, secondTypeCut, finalList, userId);
454 resolvedType, scheme, thirdTypeCut, finalList, userId);
458 resolvedType, scheme, schemeCut, finalList, userId);
485 protected boolean isFilterStopped(F filter, int userId) {
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 576 throw new NameNotFoundException("No shared userid for user:"+sharedUserName);
587 public List<PackageInfo> getInstalledPackages(int flags, int userId) {
589 ParceledListSlice<PackageInfo> slice = mPM.getInstalledPackages(flags, userId);
600 final int userId = mContext.getUserId();
603 permissions, flags, userId);
613 final int userId = mContext.getUserId();
615 ParceledListSlice<ApplicationInfo> slice = mPM.getInstalledApplications(flags, userId);
628 public ResolveInfo resolveActivityAsUser(Intent intent, int flags, int userId) {
634 userId);
649 int flags, int userId) {
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DeleteNonRequiredAppsTask.java 100 boolean newProfile, int userId, boolean leaveAllSystemAppsEnabled, Callback callback) {
106 mUserId = userId;
225 public static boolean shouldDeleteNonRequiredApps(Context context, int userId) {
226 return getSystemAppsFile(context, userId).exists();
229 static File getSystemAppsFile(Context context, int userId) {
231 + File.separator + "user" + userId + ".xml");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 18 'To: "last, first" <userid@foo.net>\n\ntest\n')
19 self.assertTrue(msg.get("to") == '"last, first" <userid@foo.net>')
20 self.assertTrue(msg.get("TO") == '"last, first" <userid@foo.net>')
27 'To: "last, first" <userid@foo.net>\n\ntest\n')
161 'To: "last, first" <userid@foo.net>\n'
164 [('last, first', 'userid@foo.net')])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 18 'To: "last, first" <userid@foo.net>\n\ntest\n')
19 self.assertTrue(msg.get("to") == '"last, first" <userid@foo.net>')
20 self.assertTrue(msg.get("TO") == '"last, first" <userid@foo.net>')
27 'To: "last, first" <userid@foo.net>\n\ntest\n')
161 'To: "last, first" <userid@foo.net>\n'
164 [('last, first', 'userid@foo.net')])
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 274 private void testCrossProfileCopyPasteInternal(int userId, boolean shouldSucceed)
276 final String direction = (userId == 0)
285 "testCanReadAcrossProfiles", userId));
287 "testIsNotified", userId));
290 "testCannotReadAcrossProfiles", userId));
617 private void disableActivityForUser(String activityName, int userId)
619 String command = "am start -W --user " + userId
627 private String changeUserRestrictionForUser(String key, String command, int userId)
629 String adbCommand = "am start -W --user " + userId
640 private String changeCrossProfileWidgetForUser(String packageName, String command, int userId)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 193 ServiceMap(Looper looper, int userId) {
195 mUserId = userId;
307 int callingPid, int callingUid, String callingPackage, int userId)
329 callingPid, callingUid, userId, true, callerFg);
340 if (!mAm.getUserManagerLocked().exists(r.userId)) {
341 Slog.d(TAG, "Trying to start service with non-existent user! " + r.userId);
346 callingUid, r.packageName, service, service.getFlags(), null, r.userId);
356 final ServiceMap smap = getServiceMap(r.userId);
358 if (!callerFg && r.app == null && mAm.mStartedUsers.get(r.userId) != null) {
416 "Not potential delay (user " + r.userId + " not started): " + r)
    [all...]
RecentTasks.java 76 void removeTasksForUserLocked(int userId) {
77 if(userId <= 0) {
78 Slog.i(TAG, "Can't remove recent task on user " + userId);
84 if (tr.userId == userId) {
86 "remove RecentTask " + tr + " when finishing user" + userId);
101 void cleanupLocked(int userId) {
110 final int[] users = (userId == UserHandle.USER_ALL)
111 ? mService.getUsersLocked() : new int[] { userId };
117 if (task.userId != user)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 231 final long userId;
233 userId = mUserManager.getSerialNumberForUser(user);
234 userIdCache.put(userId, user);
236 userId = userIdCache.keyAt(userIdIndex);
239 HashSet<String> packages = validPackages.get(userId);
242 validPackages.put(userId, packages);
255 long userId = c.getLong(0);
260 HashSet<String> packages = validPackages.get(userId);
270 packages = packagesToDelete.get(userId);
273 packagesToDelete.put(userId, packages)
    [all...]

Completed in 2310 milliseconds

1 2 3 4 5 6 7 891011>>