Searched refs:getLegacyKeystore (Results 1 – 5 of 5) sorted by relevance
66 WifiBlobStore.getLegacyKeystore().put(alias, Process.WIFI_UID, blob); in put()96 return WifiBlobStore.getLegacyKeystore().get(alias, Process.WIFI_UID); in get()125 WifiBlobStore.getLegacyKeystore().remove(alias, Process.WIFI_UID); in remove()155 WifiBlobStore.getLegacyKeystore().list(prefix, Process.WIFI_UID); in list()
79 public static ILegacyKeystore getLegacyKeystore() { in getLegacyKeystore() method in WifiBlobStore
648 ILegacyKeystore legacyKeystore = WifiBlobStore.getLegacyKeystore(); in migrateLegacyKeystoreToWifiBlobstoreInternal()
63 when(WifiBlobStore.getLegacyKeystore()).thenReturn(mLegacyKeystore); in setUp()
65 when(WifiBlobStore.getLegacyKeystore()).thenReturn(mLegacyKeystore); in setUp()