summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2015-07-08 19:02:28 -0700
committerJim Miller <jaggies@google.com>2015-07-09 03:19:31 +0000
commit748bc36f2eebfdc67520c5025b48fefdfd8d7c01 (patch)
tree7ff7d6b1676698a02201b276921e8caeac147ff4 /api
parent348988c5704a5a6eb6aec093e295c2d9f00ee33c (diff)
downloadframeworks_base-748bc36f2eebfdc67520c5025b48fefdfd8d7c01.zip
frameworks_base-748bc36f2eebfdc67520c5025b48fefdfd8d7c01.tar.gz
frameworks_base-748bc36f2eebfdc67520c5025b48fefdfd8d7c01.tar.bz2
Remove "final" qualifier from AuthenticationResult
This allows mock implementations to be created for testing purposes. Fixes bug 22362080 Change-Id: I5ff002c077d22b1338f2f4e394ad19827bb2ae9c
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
-rw-r--r--api/system-current.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index af95867..e5b190c 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -13916,7 +13916,7 @@ package android.hardware.fingerprint {
method public void onAuthenticationSucceeded(android.hardware.fingerprint.FingerprintManager.AuthenticationResult);
}
- public static final class FingerprintManager.AuthenticationResult {
+ public static class FingerprintManager.AuthenticationResult {
method public android.hardware.fingerprint.FingerprintManager.CryptoObject getCryptoObject();
}
diff --git a/api/system-current.txt b/api/system-current.txt
index 9fce166..18cde08 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -14256,7 +14256,7 @@ package android.hardware.fingerprint {
method public void onAuthenticationSucceeded(android.hardware.fingerprint.FingerprintManager.AuthenticationResult);
}
- public static final class FingerprintManager.AuthenticationResult {
+ public static class FingerprintManager.AuthenticationResult {
method public android.hardware.fingerprint.FingerprintManager.CryptoObject getCryptoObject();
}