Documentation
¶
Index ¶
- type KeyguardManagerServer
- func (s *KeyguardManagerServer) AddKeyguardLockedStateListener(_ context.Context, req *pb.AddKeyguardLockedStateListenerRequest) (*pb.AddKeyguardLockedStateListenerResponse, error)
- func (s *KeyguardManagerServer) CreateConfirmDeviceCredentialIntent(_ context.Context, req *pb.CreateConfirmDeviceCredentialIntentRequest) (*pb.CreateConfirmDeviceCredentialIntentResponse, error)
- func (s *KeyguardManagerServer) ExitKeyguardSecurely(_ context.Context, req *pb.ExitKeyguardSecurelyRequest) (*pb.ExitKeyguardSecurelyResponse, error)
- func (s *KeyguardManagerServer) InKeyguardRestrictedInputMode(_ context.Context, req *pb.InKeyguardRestrictedInputModeRequest) (*pb.InKeyguardRestrictedInputModeResponse, error)
- func (s *KeyguardManagerServer) IsDeviceLocked(_ context.Context, req *pb.IsDeviceLockedRequest) (*pb.IsDeviceLockedResponse, error)
- func (s *KeyguardManagerServer) IsDeviceSecure(_ context.Context, req *pb.IsDeviceSecureRequest) (*pb.IsDeviceSecureResponse, error)
- func (s *KeyguardManagerServer) IsKeyguardLocked(_ context.Context, req *pb.IsKeyguardLockedRequest) (*pb.IsKeyguardLockedResponse, error)
- func (s *KeyguardManagerServer) IsKeyguardSecure(_ context.Context, req *pb.IsKeyguardSecureRequest) (*pb.IsKeyguardSecureResponse, error)
- func (s *KeyguardManagerServer) NewKeyguardLock(_ context.Context, req *pb.NewKeyguardLockRequest) (*pb.NewKeyguardLockResponse, error)
- func (s *KeyguardManagerServer) RemoveKeyguardLockedStateListener(_ context.Context, req *pb.RemoveKeyguardLockedStateListenerRequest) (*pb.RemoveKeyguardLockedStateListenerResponse, error)
- func (s *KeyguardManagerServer) RequestDismissKeyguard(_ context.Context, req *pb.RequestDismissKeyguardRequest) (*pb.RequestDismissKeyguardResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyguardManagerServer ¶
type KeyguardManagerServer struct {
pb.UnimplementedKeyguardManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
KeyguardManagerServer implements pb.KeyguardManagerServiceServer.
func (*KeyguardManagerServer) AddKeyguardLockedStateListener ¶
func (s *KeyguardManagerServer) AddKeyguardLockedStateListener(_ context.Context, req *pb.AddKeyguardLockedStateListenerRequest) (*pb.AddKeyguardLockedStateListenerResponse, error)
func (*KeyguardManagerServer) CreateConfirmDeviceCredentialIntent ¶
func (s *KeyguardManagerServer) CreateConfirmDeviceCredentialIntent(_ context.Context, req *pb.CreateConfirmDeviceCredentialIntentRequest) (*pb.CreateConfirmDeviceCredentialIntentResponse, error)
func (*KeyguardManagerServer) ExitKeyguardSecurely ¶
func (s *KeyguardManagerServer) ExitKeyguardSecurely(_ context.Context, req *pb.ExitKeyguardSecurelyRequest) (*pb.ExitKeyguardSecurelyResponse, error)
func (*KeyguardManagerServer) InKeyguardRestrictedInputMode ¶
func (s *KeyguardManagerServer) InKeyguardRestrictedInputMode(_ context.Context, req *pb.InKeyguardRestrictedInputModeRequest) (*pb.InKeyguardRestrictedInputModeResponse, error)
func (*KeyguardManagerServer) IsDeviceLocked ¶
func (s *KeyguardManagerServer) IsDeviceLocked(_ context.Context, req *pb.IsDeviceLockedRequest) (*pb.IsDeviceLockedResponse, error)
func (*KeyguardManagerServer) IsDeviceSecure ¶
func (s *KeyguardManagerServer) IsDeviceSecure(_ context.Context, req *pb.IsDeviceSecureRequest) (*pb.IsDeviceSecureResponse, error)
func (*KeyguardManagerServer) IsKeyguardLocked ¶
func (s *KeyguardManagerServer) IsKeyguardLocked(_ context.Context, req *pb.IsKeyguardLockedRequest) (*pb.IsKeyguardLockedResponse, error)
func (*KeyguardManagerServer) IsKeyguardSecure ¶
func (s *KeyguardManagerServer) IsKeyguardSecure(_ context.Context, req *pb.IsKeyguardSecureRequest) (*pb.IsKeyguardSecureResponse, error)
func (*KeyguardManagerServer) NewKeyguardLock ¶
func (s *KeyguardManagerServer) NewKeyguardLock(_ context.Context, req *pb.NewKeyguardLockRequest) (*pb.NewKeyguardLockResponse, error)
func (*KeyguardManagerServer) RemoveKeyguardLockedStateListener ¶
func (s *KeyguardManagerServer) RemoveKeyguardLockedStateListener(_ context.Context, req *pb.RemoveKeyguardLockedStateListenerRequest) (*pb.RemoveKeyguardLockedStateListenerResponse, error)
func (*KeyguardManagerServer) RequestDismissKeyguard ¶
func (s *KeyguardManagerServer) RequestDismissKeyguard(_ context.Context, req *pb.RequestDismissKeyguardRequest) (*pb.RequestDismissKeyguardResponse, error)
Click to show internal directories.
Click to hide internal directories.