Home
last modified time | relevance | path

Searched defs:clearSecureUserId (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl81 void clearSecureUserId(int userId); in clearSecureUserId() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java171 public void clearSecureUserId(int userId) throws RemoteException { in clearSecureUserId() method in FakeGateKeeperService
/aosp14/system/core/gatekeeperd/
H A Dgatekeeperd.cpp422 Status clearSecureUserId(int32_t userId) override { in clearSecureUserId() function in android::GateKeeperProxy