Home
last modified time | relevance | path

Searched refs:cookie1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderBinderUnitTest.cpp86 MyCookie cookie1 = {&deleted1}; in TEST() local
88 sp<IBinder> createdBinder = binder->lookupOrCreateWeak(kObjectId1, make, &cookie1); in TEST()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthSessionTest.java206 final int cookie1 = session.mPreAuthInfo.eligibleSensors.get(0).getCookie(); in testStartNewAuthSession() local
207 session.onCookieReceived(cookie1); in testStartNewAuthSession()
209 if (cookie1 == sensor.getCookie()) { in testStartNewAuthSession()
254 final int cookie1 = session.mPreAuthInfo.eligibleSensors.get(0).getCookie(); in testOnErrorReceived_lockoutError() local
255 session.onErrorReceived(0, cookie1, BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, 0); in testOnErrorReceived_lockoutError()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java847 final Binder cookie1 = new Binder("ginger cookie"); in testGetTaskWindowContainerTokenForRecordingSession_multipleCookies() local
850 setupActivityWithLaunchCookie(cookie1, launchRootTask1, uid1); in testGetTaskWindowContainerTokenForRecordingSession_multipleCookies()
859 ContentRecordingSession.createTaskSession(cookie1)); in testGetTaskWindowContainerTokenForRecordingSession_multipleCookies()