Home | History | Annotate | Download | only in keystore

Lines Matching defs:destUid

500                                         const String16& destKey, int32_t destUid) override {
506 data.writeInt32(destUid);
1143 int32_t destUid = data.readInt32();
1144 int32_t ret = duplicate(srcKey, srcUid, destKey, destUid);