diff options
author | Sandeep Siddhartha <sansid@google.com> | 2014-07-31 23:00:10 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-24 15:36:21 +0000 |
commit | 90521b282936632e2f2c262ad0f45bfed9e03ea7 (patch) | |
tree | 28f9d60c26d9256f93aed07dffdea85ba9ad8511 /api/current.txt | |
parent | 8e554924c527183962fc908c5f916f390f806c74 (diff) | |
parent | 668327d0286591324fa7592ee9b39255076e2165 (diff) | |
download | frameworks_base-90521b282936632e2f2c262ad0f45bfed9e03ea7.zip frameworks_base-90521b282936632e2f2c262ad0f45bfed9e03ea7.tar.gz frameworks_base-90521b282936632e2f2c262ad0f45bfed9e03ea7.tar.bz2 |
Merge "Tighten the checks around a detector being invalidated" into lmp-dev
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 56b0bf0..74fdd31 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27513,7 +27513,6 @@ package android.service.voice { field public static final int RECOGNITION_MODE_USER_IDENTIFICATION = 2; // 0x2 field public static final int RECOGNITION_MODE_VOICE_TRIGGER = 1; // 0x1 field public static final int STATE_HARDWARE_UNAVAILABLE = -2; // 0xfffffffe - field public static final int STATE_INVALID = -3; // 0xfffffffd field public static final int STATE_KEYPHRASE_ENROLLED = 2; // 0x2 field public static final int STATE_KEYPHRASE_UNENROLLED = 1; // 0x1 field public static final int STATE_KEYPHRASE_UNSUPPORTED = -1; // 0xffffffff |