Home
last modified time | relevance | path

Searched refs:getLegacyKeystore (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/wifi/java/src/android/net/wifi/
DWifiKeystore.java66 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()
DWifiBlobStore.java79 public static ILegacyKeystore getLegacyKeystore() { in getLegacyKeystore() method in WifiBlobStore
DWifiMigration.java648 ILegacyKeystore legacyKeystore = WifiBlobStore.getLegacyKeystore(); in migrateLegacyKeystoreToWifiBlobstoreInternal()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiMigrationTest.java63 when(WifiBlobStore.getLegacyKeystore()).thenReturn(mLegacyKeystore); in setUp()
DWifiKeystoreTest.java65 when(WifiBlobStore.getLegacyKeystore()).thenReturn(mLegacyKeystore); in setUp()