HomeSort by relevance Sort by last modified time
    Searched full:userid (Results 151 - 175 of 359) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryStatsHelper.java 538 final int userId = UserHandle.getUserId(u.getUid());
556 } else if (userId != UserHandle.myUserId()
559 List<BatterySipper> list = mUserSippers.get(userId);
562 mUserSippers.put(userId, list);
578 Double userPower = mUserPower.get(userId);
584 mUserPower.put(userId, userPower);
719 final int userId = mUserSippers.keyAt(i);
721 UserInfo info = mUm.getUserInfo(userId);
737 Double userPower = mUserPower.get(userId);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 120 userID = 0
135 self.queueSegs.append(QueueSeg(self.segment.segname, userID, seg_num, dls_num, self.segment.repeat, self.segment.transpose, self.segment.mute_flags))
  /frameworks/base/core/java/android/print/
PrinterDiscoverySession.java 63 PrinterDiscoverySession(IPrintManager printManager, Context context, int userId) {
65 mUserId = userId;
PrintManager.java 183 public PrintManager(Context context, IPrintManager service, int userId, int appId) {
186 mUserId = userId;
211 * @param userId The user id for which to get all print jobs.
216 public PrintManager getGlobalPrintManagerForUser(int userId) {
217 return new PrintManager(mContext, mService, userId, APP_ID_ANY);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationController.java 153 private boolean isUserLocationRestricted(int userId) {
157 new UserHandle(userId));
  /frameworks/base/services/java/com/android/server/media/
RemoteDisplayProviderWatcher.java 59 Callback callback, Handler handler, int userId) {
63 mUserId = userId;
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 341 return r.userId == mCurrentUser
479 final int userId = UserHandle.getUserId(info.applicationInfo.uid);
484 if (task.userId != userId) {
490 if (r == null || r.finishing || r.userId != userId ||
536 final int userId = UserHandle.getUserId(info.applicationInfo.uid);
540 if (task.userId != mCurrentUser) {
546 if (!r.finishing && r.intent.getComponent().equals(cls) && r.userId == userId) {
    [all...]
ActivityRecord.java 68 final int userId; // Which user is this running for?
153 pw.print(" userId="); pw.println(userId);
356 userId = UserHandle.getUserId(aInfo.applicationInfo.uid);
439 realTheme, com.android.internal.R.styleable.Window, userId);
517 AttributeCache.instance().get(packageName, realTheme, styleable.Window, userId);
    [all...]
ActivityStackSupervisor.java 206 /** Stack id of the front stack when user switched, indexed by userId. */
584 String profileFile, ParcelFileDescriptor profileFd, int userId) {
592 | ActivityManagerService.STOCK_PM_FLAGS, userId);
640 Bundle options, int userId) {
652 profileFile, profileFd, userId);
697 realCallingUid, userId, null, null, 0, new Intent[] { intent },
731 | ActivityManagerService.STOCK_PM_FLAGS, userId);
733 aInfo = mService.getActivityInfoForUser(aInfo, userId);
    [all...]
ConnectionRecord.java 66 sb.append(binding.client.userId);
ServiceRecord.java 68 final int userId; // user that this service is running as
321 userId = UserHandle.getUserId(appInfo.uid);
484 outId, userId);
514 localForegroundId, userId);
539 .append(" u").append(userId)
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 287 public static void validateUserId(int userId) {
288 if (userId != UserHandle.getCallingUserId()) {
289 throw new SecurityException("userId passed in it not the calling user.");
    [all...]
  /external/libselinux/src/
android.c 343 uid_t userid; local
346 userid = uid / AID_USER;
365 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID)
429 512 + (userid & 0xff),
430 768 + (userid>>8 & 0xff));
436 512 + (userid & 0xff),
437 768 + (userid>>8 & 0xff));
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 99 /** Key for extra passed in from calling fragment for the userId of the user being edited */
363 final int userId = mUser.getIdentifier();
364 if (!mUserManager.getUserInfo(userId).isRestricted() && userId != UserHandle.myUserId()) {
376 final int userId = mUser.getIdentifier();
381 PackageManager.GET_UNINSTALLED_PACKAGES, userId);
392 mIPm.setApplicationBlockedSettingAsUser(packageName, false, userId);
402 ApplicationInfo info = mIPm.getApplicationInfo(packageName, 0, userId);
412 mIPm.setApplicationBlockedSettingAsUser(packageName, true, userId);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
updateBugState.xml 20 login - required, your userid for Bugzilla (can be generated by UpdateBugStateTask.sh)
  /external/iptables/extensions/
libxt_owner.c 65 "[!] --uid-owner userid Match local UID\n"
77 "[!] --uid-owner userid Match local UID\n"
88 "[!] --uid-owner userid[-userid] Match local UID\n"
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferNegotiator.java 387 * @param userID The userID of the user to whom the file will be sent.
398 public StreamNegotiator negotiateOutgoingTransfer(final String userID,
412 si.setTo(userID);
  /frameworks/base/services/java/com/android/server/firewall/
SenderFilter.java 38 private static final String VAL_USER_ID = "userId";
  /frameworks/base/services/java/com/android/server/wm/
StackBox.java 370 void switchUserStacks(int userId) {
372 mStack.switchUser(userId);
375 mFirst.switchUserStacks(userId);
376 mSecond.switchUserStacks(userId);
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 522 int userId = ActivityManager.getCurrentUser();
524 userId, "com.android.keyguard");
588 int userId = ActivityManager.getCurrentUser();
589 AppWidgetHost.deleteAppWidgetIdForSystem(mAppWidgetId, userId);
  /system/core/include/cutils/
sockets.h 100 * (the userid that owns the process on the other end of that socket)
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 489 private void handleUserInfoChanged(int userId) {
493 cb.onUserInfoChanged(userId);
606 protected void handleUserSwitching(int userId, IRemoteCallback reply) {
610 cb.onUserSwitching(userId);
622 protected void handleUserSwitchComplete(int userId) {
626 cb.onUserSwitchComplete(userId);
668 protected void handleUserRemoved(int userId) {
672 cb.onUserRemoved(userId);
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 624 public List<RecentTaskInfo> getRecentTasksForUser(int maxNum, int flags, int userId)
628 flags, userId);
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java     [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java 206 AppWidgetServiceImpl(Context context, int userId, Handler saveStateHandler) {
210 mUserId = userId;
748 int userId = UserHandle.getUserId(id.provider.uid);
749 if (userId != mUserId) {
751 + " binding to provider on user " + userId);
759 new UserHandle(userId));
    [all...]

Completed in 1014 milliseconds

1 2 3 4 5 67 8 91011>>