Searched defs:fakeUid (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareServiceImplTest.java92 public int fakeUid; field in class:WifiAwareServiceImplTest.WifiAwareServiceImplSpy
104 return fakeUid;
122 mDut.fakeUid = mDefaultUid;
213 mDut.fakeUid = mDefaultUid + 1;
226 mDut.fakeUid = mDefaultUid;
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java605 gatekeeper.clearSecureUserId(fakeUid(userId));
607 GateKeeperResponse response = gatekeeper.enroll(fakeUid(userId), null, null,
634 GateKeeperResponse response = gatekeeper.verifyChallenge(fakeUid(persistentData.userId),
813 GateKeeperResponse response = gatekeeper.verifyChallenge(fakeUid(userId), 0L,
819 GateKeeperResponse reenrollResponse = gatekeeper.enroll(fakeUid(userId),
1075 private int fakeUid(int uid) { method in class:SyntheticPasswordManager

Completed in 517 milliseconds