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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
SecurityControllerTest.java 98 // Wait for callbacks from 1) the CACertLoader and 2) the onUserSwitched() function in the
145 mSecurityController.new CACertLoader()
164 mSecurityController.new CACertLoader()
178 mSecurityController.new CACertLoader()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 294 new CACertLoader().execute(mCurrentUserId);
296 if (workProfileId != UserHandle.USER_NULL) new CACertLoader().execute(workProfileId);
397 protected class CACertLoader extends AsyncTask<Integer, Void, Pair<Integer, Boolean> > {
408 () -> new CACertLoader().execute(userId[0]),

Completed in 183 milliseconds