Searched defs:getState (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolume.h73 int getState() { return mState; } function in class:Volume
/system/security/keystore/
H A Dkeystore.cpp668 State getState() const { function in class:UserState
906 State getState(uid_t uid) { function in class:KeyStore
907 return getUserState(uid)->getState();
998 userState->getState());
1012 userState->getState())) != NO_ERROR) {
1045 return keyBlob->writeBlob(filename, userState->getEncryptionKey(), userState->getState(),
1446 return mKeyStore->getState(callingUid);
1483 State state = mKeyStore->getState(callingUid);
1651 switch (mKeyStore->getState(callingUid)) {
1675 State state = mKeyStore->getState(callingUi
[all...]

Completed in 63 milliseconds