Searched refs:geek (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/interfaces/security/keymint/support/ |
H A D | remote_prov_utils_test.cpp | 77 auto geek = CoseKey::parse(encodedGeekCoseKey->asBstr()->value()); in TEST() local 78 ASSERT_TRUE(geek) << "Error: " << geek.message(); in TEST() 81 EXPECT_THAT(eekId, ElementsAreArray(geek->getBstrValue(CoseKey::KEY_ID).value_or(empty))); in TEST() 82 EXPECT_THAT(eekPub, ElementsAreArray(geek->getBstrValue(CoseKey::PUBKEY_X).value_or(empty))); in TEST()
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/ |
H A D | ServerToSystemTest.java | 126 GeekResponse geek = ServerInterface.fetchGeek(sContext); in testFullRoundTrip() local 127 assertNotNull(geek); in testFullRoundTrip() 130 geek.getGeekChain(sCurve), geek.getChallenge(), sBinder, in testFullRoundTrip() 151 GeekResponse geek = ServerInterface.fetchGeek(sContext); in testFallback() local 154 geek.getGeekChain(sCurve), geek.getChallenge(), sBinder, in testFallback()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |