Searched refs:GetBundledPublicKey (Results 1 – 3 of 3) sorted by relevance
111 TEST(ApexFileTest, GetBundledPublicKey) { in TEST() argument122 EXPECT_EQ(keyContent, apexFile->GetBundledPublicKey()); in TEST()
54 const std::string& GetBundledPublicKey() const { return apex_pubkey_; } in GetBundledPublicKey() function
72 apexPreInstalledData.key = apex_file->GetBundledPublicKey(); in collectPreinstalleDataFromDir()