HomeSort by relevance Sort by last modified time
    Searched defs:mUnlockProgress (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
UserState.java 52 public final ProgressReporter mUnlockProgress;
66 mUnlockProgress = new ProgressReporter(handle.getIdentifier());
UserController.java 287 uss.mUnlockProgress.start();
290 uss.mUnlockProgress.setProgress(5,
293 uss.mUnlockProgress.setProgress(20);
318 uss.mUnlockProgress.finish();
    [all...]

Completed in 177 milliseconds