HomeSort by relevance Sort by last modified time
    Searched refs:_userId (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
TaskDescription.java 40 String _packageName, CharSequence _description, int _userId) {
48 userId = _userId;
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastFilter.java 34 String _packageName, String _requiredPermission, int _owningUid, int _userId) {
40 owningUserId = _userId;
ReceiverList.java 46 int _pid, int _uid, int _userId, IIntentReceiver _receiver) {
52 userId = _userId;
PendingIntentRecord.java 65 int _r, Intent[] _i, String[] _it, int _f, Bundle _o, int _userId) {
77 userId = _userId;
82 hash = (ODD_PRIME_NUMBER*hash) + _userId;
BroadcastRecord.java 181 int _userId) {
200 userId = _userId;
TaskRecord.java 216 boolean _askedCompatMode, int _taskType, int _userId, int _effectiveUid,
241 userId = _userId;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 735 final int _userId = n.getUserId();
742 mBarService.onNotificationClear(_pkg, _tag, _id, _userId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]

Completed in 858 milliseconds