Searched refs:managerService (Results 1 – 6 of 6) sorted by relevance
82 WallpaperEffectsGenerationManagerService managerService = in setUp() local85 managerService, new Object(), mContext.getUserId()); in setUp()
63 IVoiceInteractionManagerService managerService, in SoftwareHotwordDetector() argument68 super(managerService, executor, callback); in SoftwareHotwordDetector()70 mManagerService = managerService; in SoftwareHotwordDetector()
76 IVoiceInteractionManagerService managerService, in AbstractDetector() argument79 mManagerService = managerService; in AbstractDetector()
76 IVoiceInteractionManagerService managerService, in VisualQueryDetector() argument79 mManagerService = managerService; in VisualQueryDetector()
426 AutofillManagerServiceImpl managerService = null; in getServiceForUserWithLocalBinderIdentityLocked() local428 managerService = getServiceForUserLocked(userId); in getServiceForUserWithLocalBinderIdentityLocked()432 return managerService; in getServiceForUserWithLocalBinderIdentityLocked()439 AutofillManagerServiceImpl managerService = null; in peekServiceForUserWithLocalBinderIdentityLocked() local441 managerService = peekServiceForUserLocked(userId); in peekServiceForUserWithLocalBinderIdentityLocked()446 return managerService; in peekServiceForUserWithLocalBinderIdentityLocked()
6218 public ManagerPackageMonitor(AccessibilityManagerService managerService) { in ManagerPackageMonitor() argument6220 mManagerService = managerService; in ManagerPackageMonitor()