/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IAuthService.aidl | 37 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() 41 List<SensorPropertiesInternal> getSensorProperties(String opPackageName); in getSensorProperties() 51 IBiometricServiceReceiver receiver, String opPackageName, in PromptInfo promptInfo); in authenticate() 54 void cancelAuthentication(IBinder token, String opPackageName, long requestId); in cancelAuthentication() 58 int canAuthenticate(String opPackageName, int userId, int authenticators); in canAuthenticate() 61 boolean hasEnrolledBiometrics(int userId, String opPackageName); in hasEnrolledBiometrics() 79 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound() 87 CharSequence getButtonLabel(int userId, String opPackageName, int authenticators); in getButtonLabel() 91 CharSequence getPromptMessage(int userId, String opPackageName, int authenticators); in getPromptMessage() 95 CharSequence getSettingName(int userId, String opPackageName, int authenticators); in getSettingName()
|
H A D | IBiometricAuthenticator.aidl | 36 ITestSession createTestSession(ITestSessionCallback callback, String opPackageName); in createTestSession() 39 SensorPropertiesInternal getSensorProperties(String opPackageName); in getSensorProperties() 50 int userId, IBiometricSensorReceiver sensorReceiver, String opPackageName, in prepareForAuthentication() 58 void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId); in cancelAuthenticationFromService() 61 boolean isHardwareDetected(String opPackageName); in isHardwareDetected() 64 boolean hasEnrolledTemplates(int userId, String opPackageName); in hasEnrolledTemplates() 76 void resetLockout(IBinder token, String opPackageName, int userId, in resetLockout()
|
H A D | IBiometricService.aidl | 35 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() 39 List<SensorPropertiesInternal> getSensorProperties(String opPackageName); in getSensorProperties() 46 IBiometricServiceReceiver receiver, String opPackageName, in PromptInfo promptInfo); in authenticate() 50 void cancelAuthentication(IBinder token, String opPackageName, long requestId); in cancelAuthentication() 54 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate() 58 boolean hasEnrolledBiometrics(int userId, String opPackageName); in hasEnrolledBiometrics() 90 void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, int userId, in resetLockoutTimeBound() 102 int getCurrentModality(String opPackageName, int userId, int callingUserId, int authenticators); in getCurrentModality()
|
H A D | BiometricManager.java | 258 final String opPackageName = mContext.getOpPackageName(); in getButtonLabel() local 292 final String opPackageName = mContext.getOpPackageName(); in getPromptMessage() local 328 final String opPackageName = mContext.getOpPackageName(); in getSettingName() local 477 final String opPackageName = mContext.getOpPackageName(); in canAuthenticate() local 610 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound()
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceService.aidl | 48 List<FaceSensorPropertiesInternal> getSensorPropertiesInternal(String opPackageName); in getSensorPropertiesInternal() 52 FaceSensorPropertiesInternal getSensorProperties(int sensorId, String opPackageName); in getSensorProperties() 82 void cancelAuthentication(IBinder token, String opPackageName, long requestId); in cancelAuthentication() 86 void cancelFaceDetect(IBinder token, String opPackageName, long requestId); in cancelFaceDetect() 95 String opPackageName, in int [] disabledFeatures, in enroll() 101 String opPackageName, in int [] disabledFeatures); in enrollRemotely() 110 String opPackageName); in remove() 118 List<Face> getEnrolledFaces(int sensorId, int userId, String opPackageName); in getEnrolledFaces() 122 boolean isHardwareDetected(int sensorId, String opPackageName); in isHardwareDetected() 134 boolean hasEnrolledFaces(int sensorId, int userId, String opPackageName); in hasEnrolledFaces() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
H A D | IrisAuthenticator.java | 44 @NonNull String opPackageName) throws RemoteException { in createTestSession() 49 public SensorPropertiesInternal getSensorProperties(@NonNull String opPackageName) in getSensorProperties() 62 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() 72 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() 77 public boolean isHardwareDetected(String opPackageName) throws RemoteException { in isHardwareDetected() 82 public boolean hasEnrolledTemplates(int userId, String opPackageName) throws RemoteException { in hasEnrolledTemplates() 102 public void resetLockout(IBinder token, String opPackageName, int userId, in resetLockout()
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | IFingerprintService.aidl | 43 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() 50 List<FingerprintSensorPropertiesInternal> getSensorPropertiesInternal(String opPackageName); in getSensorPropertiesInternal() 54 FingerprintSensorPropertiesInternal getSensorProperties(int sensorId, String opPackageName); in getSensorProperties() 89 void cancelFingerprintDetect(IBinder token, String opPackageName, long requestId); in cancelFingerprintDetect() 99 String opPackageName, int enrollReason); in enroll() 108 String opPackageName); in remove() 119 …List<Fingerprint> getEnrolledFingerprints(int userId, String opPackageName, String attributionTag); in getEnrolledFingerprints() 122 boolean isHardwareDetectedDeprecated(String opPackageName, String attributionTag); in isHardwareDetectedDeprecated() 126 boolean isHardwareDetected(int sensorId, String opPackageName); in isHardwareDetected() 137 …boolean hasEnrolledFingerprintsDeprecated(int userId, String opPackageName, String attributionTag); in hasEnrolledFingerprintsDeprecated() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | FaceAuthenticator.java | 47 @NonNull String opPackageName) throws RemoteException { in createTestSession() 52 public SensorPropertiesInternal getSensorProperties(@NonNull String opPackageName) in getSensorProperties() 65 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() 83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() 89 public boolean isHardwareDetected(String opPackageName) throws RemoteException { in isHardwareDetected() 94 public boolean hasEnrolledTemplates(int userId, String opPackageName) throws RemoteException { in hasEnrolledTemplates() 116 public void resetLockout(IBinder token, String opPackageName, int userId, in resetLockout()
|
H A D | FaceService.java | 102 @NonNull String opPackageName) { in createTestSession() 132 String opPackageName) { in getSensorPropertiesInternal() 141 @NonNull String opPackageName) { in getSensorProperties() 157 IFaceServiceReceiver receiver, String opPackageName) { in generateChallenge() 249 final String opPackageName = options.getOpPackageName(); in authenticate() local 277 final String opPackageName = options.getOpPackageName(); in detectFace() local 369 final String opPackageName, final long requestId) { in cancelAuthenticationFromService() 439 final String opPackageName) { in addLockoutResetCallback() 598 String opPackageName) { in resetLockout() 614 final String opPackageName) { in setFeature() [all …]
|
H A D | ServiceProvider.java | 74 @NonNull IFaceServiceReceiver receiver, String opPackageName); in scheduleGenerateChallenge() 77 @NonNull String opPackageName, long challenge); in scheduleRevokeChallenge() 80 int userId, @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName, in scheduleEnroll() 106 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName); in scheduleRemove() 109 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName); in scheduleRemoveAll() 115 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName); in scheduleSetFeature() 118 @NonNull ClientMonitorCallbackConverter callback, @NonNull String opPackageName); in scheduleGetFeature() 130 @NonNull String opPackageName); in createTestSession()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintAuthenticator.java | 47 @NonNull String opPackageName) throws RemoteException { in createTestSession() 52 public SensorPropertiesInternal getSensorProperties(@NonNull String opPackageName) in getSensorProperties() 65 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() 83 public void cancelAuthenticationFromService(IBinder token, String opPackageName, long requestId) in cancelAuthenticationFromService() 90 public boolean isHardwareDetected(String opPackageName) throws RemoteException { in isHardwareDetected() 95 public boolean hasEnrolledTemplates(int userId, String opPackageName) throws RemoteException { in hasEnrolledTemplates() 117 public void resetLockout(IBinder token, String opPackageName, int userId, in resetLockout()
|
H A D | ServiceProvider.java | 67 @NonNull IFingerprintServiceReceiver receiver, String opPackageName); in scheduleGenerateChallenge() 70 @NonNull String opPackageName, long challenge); in scheduleRevokeChallenge() 77 @NonNull String opPackageName, @FingerprintManager.EnrollReason int enrollReason); in scheduleEnroll() 103 @NonNull String opPackageName); in scheduleRemove() 107 @NonNull String opPackageName); in scheduleRemoveAll() 146 @NonNull String opPackageName); in createTestSession()
|
H A D | FingerprintService.java | 1121 private List<Fingerprint> getEnrolledFingerprintsDeprecated(int userId, String opPackageName) { in getEnrolledFingerprintsDeprecated() 1135 String opPackageName, in canUseFingerprint() 1167 private boolean checkAppOps(int uid, String opPackageName, String attributionTag) { in checkAppOps()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthService.java | 180 @NonNull String opPackageName) throws RemoteException { in createTestSession() 195 public List<SensorPropertiesInternal> getSensorProperties(String opPackageName) in getSensorProperties() 222 IBiometricServiceReceiver receiver, String opPackageName, PromptInfo promptInfo) in authenticate() 290 public void cancelAuthentication(IBinder token, String opPackageName, long requestId) in cancelAuthentication() 308 public int canAuthenticate(String opPackageName, int userId, in canAuthenticate() 336 public boolean hasEnrolledBiometrics(int userId, String opPackageName) in hasEnrolledBiometrics() 404 public void resetLockoutTimeBound(IBinder token, String opPackageName, int fromSensorId, in resetLockoutTimeBound() 431 String opPackageName, in getButtonLabel() 477 String opPackageName, in getPromptMessage() 547 String opPackageName, in getSettingName() [all …]
|
H A D | BiometricSensor.java | 108 int userId, IBiometricSensorReceiver sensorReceiver, String opPackageName, in goToStateWaitingForCookie() 131 void goToStateCancelling(IBinder token, String opPackageName, long requestId) in goToStateCancelling()
|
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | IAccountManager.aidl | 37 Account[] getAccountsForPackage(String packageName, int uid, String opPackageName); in getAccountsForPackage() 38 Account[] getAccountsByTypeForPackage(String type, String packageName, String opPackageName); in getAccountsByTypeForPackage() 39 Account[] getAccountsAsUser(String accountType, int userId, String opPackageName); in getAccountsAsUser() 41 int userId, String opPackageName); in hasFeatures() 43 in String[] features, String opPackageName); in getAccountByTypeAndFeatures() 45 in String[] features, String opPackageName); in getAccountsByFeatures() 46 …dAccountExplicitly(in Account account, String password, in Bundle extras, in String opPackageName); in addAccountExplicitly() 80 void addSharedAccountsFromParentUser(int parentUserId, int userId, String opPackageName); in addSharedAccountsFromParentUser() 112 in Map visibility, in String opPackageName); in addAccountExplicitlyWithVisibility() 119 void registerAccountListener(in String[] accountTypes, String opPackageName); in registerAccountListener() [all …]
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | RemoteDisplay.java | 46 private native long nativeListen(String iface, String opPackageName); in nativeListen() 51 private RemoteDisplay(Listener listener, Handler handler, String opPackageName) { in RemoteDisplay() 74 String opPackageName) { in listen()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | LockoutResetDispatcher.java | 55 String opPackageName) { in ClientCallback() 91 public void addCallback(IBiometricServiceLockoutResetCallback callback, String opPackageName) { in addCallback()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceProvider.java | 378 @NonNull IFaceServiceReceiver receiver, String opPackageName) { in scheduleGenerateChallenge() 393 @NonNull String opPackageName, long challenge) { in scheduleRevokeChallenge() 409 @NonNull String opPackageName, @NonNull int[] disabledFeatures, in scheduleEnroll() 531 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName) { in scheduleRemove() 538 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName) { in scheduleRemoveAll() 550 int userId, @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName) { in scheduleRemoveSpecifiedIds() 585 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName) { in scheduleSetFeature() 605 @NonNull ClientMonitorCallbackConverter callback, @NonNull String opPackageName) { in scheduleGetFeature() 722 @NonNull String opPackageName) { in createTestSession()
|
H A D | FaceGetAuthenticatorIdClient.java | 41 int userId, @NonNull String opPackageName, int sensorId, in FaceGetAuthenticatorIdClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | Face10.java | 546 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName) { in scheduleGenerateChallenge() 579 @NonNull String opPackageName, long challenge) { in scheduleRevokeChallenge() 612 @NonNull String opPackageName, @NonNull int[] disabledFeatures, in scheduleEnroll() 712 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName) { in scheduleRemove() 728 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName) { in scheduleRemoveAll() 766 @NonNull IFaceServiceReceiver receiver, @NonNull String opPackageName) { in scheduleSetFeature() 788 @Nullable ClientMonitorCallbackConverter listener, @NonNull String opPackageName) { in scheduleGetFeature() 1037 @NonNull String opPackageName) { in createTestSession()
|
/aosp14/frameworks/base/media/java/android/media/session/ |
H A D | ISessionManager.aidl | 48 void dispatchVolumeKeyEvent(String packageName, String opPackageName, boolean asSystemService, in dispatchVolumeKeyEvent() 50 void dispatchVolumeKeyEventToSessionAsSystemService(String packageName, String opPackageName, in dispatchVolumeKeyEventToSessionAsSystemService() 52 void dispatchAdjustVolume(String packageName, String opPackageName, int suggestedStream, in dispatchAdjustVolume()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintProvider.java | 384 @NonNull IFingerprintServiceReceiver receiver, String opPackageName) { in scheduleGenerateChallenge() 399 @NonNull String opPackageName, long challenge) { in scheduleRevokeChallenge() 416 @NonNull IFingerprintServiceReceiver receiver, @NonNull String opPackageName, in scheduleEnroll() 552 @NonNull String opPackageName) { in scheduleRemove() 560 @NonNull String opPackageName) { in scheduleRemoveAll() 573 @NonNull String opPackageName) { in scheduleRemoveSpecifiedIds() 792 @NonNull String opPackageName) { in createTestSession()
|
/aosp14/frameworks/base/media/java/android/media/audiofx/ |
H A D | SourceDefaultEffect.java | 114 String opPackageName, in native_setup()
|
H A D | StreamDefaultEffect.java | 113 String opPackageName, in native_setup()
|