Home | History | Annotate | Download | only in statusbar

Lines Matching refs:mCurrentUserId

164     protected int mCurrentUserId = 0;
297 mContext, pendingIntent.getIntent(), mCurrentUserId);
373 mCurrentUserId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, -1);
375 if (true) Log.v(TAG, "userId " + mCurrentUserId + " is in the house");
379 userSwitched(mCurrentUserId);
489 for (UserInfo user : mUserManager.getProfiles(mCurrentUserId)) {
602 mCurrentUserId = ActivityManager.getCurrentUser();
603 setHeadsUpUser(mCurrentUserId);
681 final int thisUserId = mCurrentUserId;
1503 debug.setText("CU " + mCurrentUserId +" NU " + entry.notification.getUserId());
1549 mCurrentUserId);
1808 mCurrentUserId) != 0;
1810 null /* admin */, mCurrentUserId);