Searched refs:mLastEnrollmentRemoved (Results 1 – 2 of 2) sorted by relevance
80 mLastEnrollmentRemoved = enrollmentIds; in onEnrollmentsRemoved()114 std::vector<int32_t> mLastEnrollmentRemoved; member in aidl::android::hardware::biometrics::fingerprint::TestSessionCallback429 ASSERT_EQ(2, mCallback->mLastEnrollmentRemoved.size()); in TEST_F()431 ASSERT_TRUE(std::find(mCallback->mLastEnrollmentRemoved.begin(), in TEST_F()432 mCallback->mLastEnrollmentRemoved.end(), in TEST_F()433 id) != mCallback->mLastEnrollmentRemoved.end()); in TEST_F()
80 mLastEnrollmentRemoved = enrollmentIds; in onEnrollmentsRemoved()125 std::vector<int32_t> mLastEnrollmentRemoved; member in aidl::android::hardware::biometrics::face::TestSessionCallback