Add Android AITT APIs to align with native AITT APIs
authorChanhee Lee <ch2102.lee@samsung.com>
Tue, 6 Dec 2022 07:34:14 +0000 (16:34 +0900)
committerChanhee Lee <ch2102.lee@samsung.com>
Mon, 12 Dec 2022 09:29:56 +0000 (18:29 +0900)
commit48305a58d4018ad4df904b866badf41194dc4c46
tree407a40aea8323026ec5889595306ecd89b9796c8
parent58a9d709c2c3283ace228d5551eebb5e12981814
Add Android AITT APIs to align with native AITT APIs

[Problem] Some Android AITT APIs do not cover the default parameters
          of native AITT APIs.
[Solution] Add Android AITT APIs to cover the all default parameters.
android/aitt-native/src/main/java/com/samsung/android/aittnative/JniInterface.java
android/aitt/src/main/java/com/samsung/android/aitt/Aitt.java
android/aitt/src/test/java/com/samsung/android/aitt/AittUnitTest.java