Lines Matching refs:rebootescrow
27 using android::hardware::rebootescrow::IRebootEscrow;
30 if (rebootescrow == nullptr) GTEST_SKIP() << "Not supported on this device"
41 rebootescrow = android::waitForDeclaredService<IRebootEscrow>(String16(GetParam().c_str())); in SetUp()
44 sp<IRebootEscrow> rebootescrow; member in RebootEscrowAidlTest
69 ASSERT_TRUE(rebootescrow->storeKey(KEY_1).isOk()); in TEST_P()
72 ASSERT_TRUE(rebootescrow->retrieveKey(&actualKey).isOk()); in TEST_P()
82 ASSERT_TRUE(rebootescrow->storeKey(KEY_1).isOk()); in TEST_P()
85 ASSERT_TRUE(rebootescrow->retrieveKey(&actualKey).isOk()); in TEST_P()
88 ASSERT_TRUE(rebootescrow->retrieveKey(&actualKey).isOk()); in TEST_P()
98 ASSERT_TRUE(rebootescrow->storeKey(KEY_1).isOk()); in TEST_P()
99 ASSERT_TRUE(rebootescrow->storeKey(KEY_2).isOk()); in TEST_P()
102 ASSERT_TRUE(rebootescrow->retrieveKey(&actualKey).isOk()); in TEST_P()
112 rebootescrow->storeKey(KEY_1); in TEST_P()
113 rebootescrow->storeKey(EMPTY_KEY); in TEST_P()
116 ASSERT_TRUE(rebootescrow->retrieveKey(&actualKey).isOk()); in TEST_P()
123 rebootescrow->storeKey(KEY_1); in TEST_P()