Home | History | Annotate | Download | only in keystore

Lines Matching refs:LIST

215     KeyStoreServiceReturnCode list(const String16& prefix, int uid,
221 status_t status = remote()->transact(BnKeystoreService::LIST, data, &reply);
223 ALOGD("list() could not contact remote: %d\n", status);
232 ALOGD("list() caught exception %d\n", err);
982 case LIST: {
987 int32_t ret = list(prefix, uid, &matches);