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

  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java     [all...]
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 118 public RemotePrintSpooler(Context context, int userId, boolean lowPriority,
123 mIsLowPriority = lowPriority;
    [all...]
PrintManagerService.java     [all...]
UserState.java 146 public UserState(Context context, int userId, Object lock, boolean lowPriority) {
150 mSpooler = new RemotePrintSpooler(context, userId, lowPriority, this);
    [all...]

Completed in 314 milliseconds