HomeSort by relevance Sort by last modified time
    Searched refs: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;
67 mUnlockProgress = new ProgressReporter(handle.getIdentifier());
UserController.java 297 uss.mUnlockProgress.start();
300 uss.mUnlockProgress.setProgress(5,
303 uss.mUnlockProgress.setProgress(20);
327 uss.mUnlockProgress.finish();
    [all...]

Completed in 156 milliseconds