Home
last modified time | relevance | path

Searched refs:createTestSession (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FaceAuthenticator
48 return mFaceService.createTestSession(mSensorId, callback, opPackageName); in createTestSession()
DServiceProvider.java130 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintAuthenticator
48 return mFingerprintService.createTestSession(mSensorId, callback, opPackageName); in createTestSession()
DServiceProvider.java142 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricTestSession.java47 ITestSession createTestSession(@NonNull Context context, int sensorId, in createTestSession() method
91 mTestSession = testSessionProvider.createTestSession(context, sensorId, mCallback); in BiometricTestSession()
DIBiometricAuthenticator.aidl36 ITestSession createTestSession(ITestSessionCallback callback, String opPackageName); in createTestSession() method
DIAuthService.aidl38 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
DIBiometricService.aidl35 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
DBiometricManager.java400 public BiometricTestSession createTestSession(int sensorId) { in createTestSession() method in BiometricManager
404 .createTestSession(sensorId1, callback, context.getOpPackageName())); in createTestSession()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java43 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in IrisAuthenticator
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDragDropControllerTests.java409 final Session session = createTestSession(mAtm); in testValidateAppShortcutArguments()
440 final Session session = createTestSession(mAtm); in testValidateProfileAppShortcutArguments_notCallingUid()
482 final Session session = createTestSession(mAtm); in testValidateAppTaskArguments()
511 final Session session = createTestSession(mAtm); in testValidateFlagsWithPermission()
DWindowTestsBase.java536 mTestSession = createTestSession(mAtm); in getTestSession()
562 return createTestSession(mAtm, pid, r.getUid()); in getTestSession()
565 static Session createTestSession(ActivityTaskManagerService atms) { in createTestSession() method in WindowTestsBase
566 return createTestSession(atms, WindowManagerService.MY_PID, WindowManagerService.MY_UID); in createTestSession()
569 static Session createTestSession(ActivityTaskManagerService atms, int pid, int uid) { in createTestSession() method in WindowTestsBase
1810 false /* internalWindows */, mWMService, createTestSession(mAtm), iWindow); in addStartingWindow()
/frameworks/base/tests/Input/src/android/hardware/input/
DKeyboardBacklightListenerTest.kt69 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManagerMock) in <lambda>()
DInputManagerTest.kt71 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManager) in setUp()
DStickyModifierStateListenerTest.kt76 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManagerMock) in <lambda>()
DInputDeviceBatteryListenerTest.kt75 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManagerMock) in <lambda>()
DInputDeviceSensorManagerTest.java86 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in setUp()
DInputDeviceLightsManagerTest.java92 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DInputManagerMockHelper.java90 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in InputManagerMockHelper()
/frameworks/base/tests/Input/src/com/android/server/input/
DKeyRemapperTests.kt107 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManager) in createKeyboard()
DInputManagerServiceTests.kt117 inputManagerGlobalSession = InputManagerGlobal.createTestSession(service) in setup()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl43 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl45 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java191 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mMockIInputManager); in setUp()
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java228 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in AuthService.AuthServiceImpl
236 .createTestSession(sensorId, callback, opPackageName); in createTestSession()

12