Searched refs:RemoteAuthManager (Results 1 – 2 of 2) sorted by relevance
42 RemoteAuthManager.REMOTE_AUTH_SERVICE, in registerServiceWrappers()43 RemoteAuthManager.class, in registerServiceWrappers()46 return new RemoteAuthManager(context, service); in registerServiceWrappers()
51 @SystemService(RemoteAuthManager.REMOTE_AUTH_SERVICE)52 public class RemoteAuthManager { class67 public RemoteAuthManager(@NonNull Context context, @NonNull IRemoteAuthService service) { in RemoteAuthManager() method in RemoteAuthManager