/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | FaceAuthenticator.java | 46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FaceAuthenticator 48 return mFaceService.createTestSession(mSensorId, callback, opPackageName); in createTestSession()
|
D | ServiceProvider.java | 130 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintAuthenticator.java | 46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintAuthenticator 48 return mFingerprintService.createTestSession(mSensorId, callback, opPackageName); in createTestSession()
|
D | ServiceProvider.java | 142 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricTestSession.java | 47 ITestSession createTestSession(@NonNull Context context, int sensorId, in createTestSession() method 91 mTestSession = testSessionProvider.createTestSession(context, sensorId, mCallback); in BiometricTestSession()
|
D | IBiometricAuthenticator.aidl | 36 ITestSession createTestSession(ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
D | IAuthService.aidl | 38 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
D | IBiometricService.aidl | 35 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
D | BiometricManager.java | 400 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/ |
D | IrisAuthenticator.java | 43 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in IrisAuthenticator
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DragDropControllerTests.java | 409 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()
|
D | WindowTestsBase.java | 536 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/ |
D | KeyboardBacklightListenerTest.kt | 69 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManagerMock) in <lambda>()
|
D | InputManagerTest.kt | 71 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManager) in setUp()
|
D | StickyModifierStateListenerTest.kt | 76 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManagerMock) in <lambda>()
|
D | InputDeviceBatteryListenerTest.kt | 75 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManagerMock) in <lambda>()
|
D | InputDeviceSensorManagerTest.java | 86 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in setUp()
|
D | InputDeviceLightsManagerTest.java | 92 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in setUp()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
D | InputManagerMockHelper.java | 90 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mIInputManagerMock); in InputManagerMockHelper()
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | KeyRemapperTests.kt | 107 inputManagerGlobalSession = InputManagerGlobal.createTestSession(iInputManager) in createKeyboard()
|
D | InputManagerServiceTests.kt | 117 inputManagerGlobalSession = InputManagerGlobal.createTestSession(service) in setup()
|
/frameworks/base/core/java/android/hardware/face/ |
D | IFaceService.aidl | 43 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | IFingerprintService.aidl | 45 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | InputMethodManagerServiceTestBase.java | 191 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mMockIInputManager); in setUp()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | AuthService.java | 228 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in AuthService.AuthServiceImpl 236 .createTestSession(sensorId, callback, opPackageName); in createTestSession()
|