Searched refs:userController (Results 1 – 2 of 2) sorted by relevance
102 PendingIntentController(Looper looper, UserController userController, in PendingIntentController() argument106 mUserController = userController; in PendingIntentController()
2446 @Nullable UserController userController) { in ActivityManagerService() argument2473 mUserController = userController == null ? new UserController(this) : userController; in ActivityManagerService()