Searched refs:userId (Results 101 - 114 of 114) sorted by relevance

12345

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewMediator.java309 public void onUserSwitched(int userId) {
325 public void onUserRemoved(int userId) {
326 mLockPatternUtils.removeUser(userId);
/frameworks/base/services/java/com/android/server/am/
H A DBroadcastQueue.java232 r.resultCode, r.resultData, r.resultExtras, r.ordered, r.userId);
440 r.resultExtras, r.ordered, r.initialSticky, r.userId);
590 r.resultData, r.resultExtras, false, false, r.userId);
/frameworks/base/core/java/android/content/
H A DContext.java966 public void startActivityAsUser(Intent intent, Bundle options, UserHandle userId) { argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java414 public boolean bindService(Intent service, ServiceConnection conn, int flags, int userId) { argument
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1199 final int userId = userHandle.getIdentifier();
1203 userId);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1447 int userId) {
1472 userId);
1445 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
H A DContextImpl.java1307 private Intent registerReceiverInternal(BroadcastReceiver receiver, int userId, argument
1330 rd, filter, broadcastPermission, userId);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java728 public void onUserSwitched(int userId) {
732 mLockPatternUtils.setCurrentUser(userId);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java321 final int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, -1);
322 mHandler.obtainMessage(MSG_USER_SWITCHED, userId, 0).sendToTarget();
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java479 final int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, -1);
480 if (userId == -1) return;
484 removePoliciesForUserLocked(userId);
1401 private void removePoliciesForUserLocked(int userId) { argument
1407 if (UserHandle.getUserId(uid) == userId) {
/frameworks/base/core/java/android/provider/
H A DSettings.java4074 * @param userId the userId to query
4078 public static final boolean isLocationProviderEnabledForUser(ContentResolver cr, String provider, int userId) { argument
4080 LOCATION_PROVIDERS_ALLOWED, userId);
4100 * @param userId the userId for which to enable/disable providers
4104 String provider, boolean enabled, int userId) {
4114 userId);
4103 setLocationProviderEnabledForUser(ContentResolver cr, String provider, boolean enabled, int userId) argument
/frameworks/base/services/java/com/android/server/
H A DWifiService.java843 int userId = UserHandle.getCallingUserId();
847 if (userId != currentUser) {
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java292 final UserEnvironment userEnv = new UserEnvironment(item.userId);
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java787 public void switchUser(int userId) { argument

Completed in 1385 milliseconds

12345