Home
last modified time | relevance | path

Searched refs:RemoteLockscreenValidationClientImpl (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/remotelockscreenvalidation/
H A DRemoteLockscreenValidationClientImpl.java47 public class RemoteLockscreenValidationClientImpl implements RemoteLockscreenValidationClient, class
50 private static final String TAG = RemoteLockscreenValidationClientImpl.class.getSimpleName();
64 RemoteLockscreenValidationClientImpl( in RemoteLockscreenValidationClientImpl() method in RemoteLockscreenValidationClientImpl
191 private void executeInternal(RemoteLockscreenValidationClientImpl.Call call) { in executeInternal()
201 RemoteLockscreenValidationClientImpl.Call apiCaller, in performApiCallInternal()
H A DRemoteLockscreenValidationClient.java40 return new RemoteLockscreenValidationClientImpl( in create()
56 return new RemoteLockscreenValidationClientImpl(context, bgExecutor, serviceComponent); in create()