Searched refs:STATE_NO_ERROR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/keystore/
H A Dkeystore.h22 STATE_NO_ERROR = 1, enumerator in enum:State
28 NO_ERROR = STATE_NO_ERROR, // 1
H A Dkeystore.cpp453 if (mState == STATE_NO_ERROR || mState == STATE_UNINITIALIZED) {
475 setState(STATE_NO_ERROR);
640 case STATE_NO_ERROR: {
693 {get, 'g', STATE_NO_ERROR, GET, {KEY_SIZE, 0}},
694 {insert, 'i', STATE_NO_ERROR, INSERT, {KEY_SIZE, VALUE_SIZE}},
700 {lock, 'l', STATE_NO_ERROR, LOCK, {0, 0}},

Completed in 1155 milliseconds