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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
SecurityControllerTest.java 85 // Wait for one or two state changes from the CACertLoader(s) in the constructor of
124 mSecurityController.new CACertLoader()
138 mSecurityController.new CACertLoader()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 287 new CACertLoader().execute(mCurrentUserId);
289 if (workProfileId != UserHandle.USER_NULL) new CACertLoader().execute(workProfileId);
390 protected class CACertLoader extends AsyncTask<Integer, Void, Pair<Integer, Boolean> > {
401 () -> new CACertLoader().execute(userId[0]),

Completed in 127 milliseconds