Searched defs:lowPriority (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java828 private UserState getOrCreateUserStateLocked(int userId, boolean lowPriority) { argument
829 return getOrCreateUserStateLocked(userId, lowPriority,
833 private UserState getOrCreateUserStateLocked(int userId, boolean lowPriority, argument
842 userState = new UserState(mContext, userId, mLock, lowPriority);
846 if (!lowPriority) {
H A DRemotePrintSpooler.java126 public RemotePrintSpooler(Context context, int userId, boolean lowPriority, argument
131 mIsLowPriority = lowPriority;
H A DUserState.java151 public UserState(Context context, int userId, Object lock, boolean lowPriority) { argument
155 mSpooler = new RemotePrintSpooler(context, userId, lowPriority, this);

Completed in 129 milliseconds