Searched refs:useSpace (Results 1 – 3 of 3) sorted by relevance
39 import static com.android.cts.storageapp.Utils.useSpace;150 useSpace(getContext()); in testVerifyStats()177 useSpace(getContext()); in testVerifyStatsByDataType()307 useSpace(getContext()); in testVerifyStatsExternalConsistent()
31 import static com.android.cts.storageapp.Utils.useSpace;71 useSpace(getContext()); in testAllocate()
67 public static void useSpace(Context c) throws Exception { in useSpace() method in Utils