Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java137 int firstMountId; in testOpenProxyFileDescriptor() local
141 firstMountId = mSm.getProxyFileDescriptorMountPointId(); in testOpenProxyFileDescriptor()
142 assertNotSame(-1, firstMountId); in testOpenProxyFileDescriptor()
153 assertNotSame(firstMountId, mSm.getProxyFileDescriptorMountPointId()); in testOpenProxyFileDescriptor()