Home
last modified time | relevance | path

Searched defs:writeInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
H A DOsuProviderTest.java65 private static void verifyParcel(OsuProvider writeInfo) throws Exception { in verifyParcel()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarStorageMonitoringTest.java825 void setWriteInfo(LifetimeWriteInfo[] writeInfo) { in setWriteInfo()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DCarStorageMonitoringTest.java742 LifetimeWriteInfo writeInfo = new LifetimeWriteInfo("part1", "ext4", 123); in testLifetimeWriteInfoEquality() local