Searched refs:useSpace (Results 1 – 3 of 3) sorted by relevance
34 import static com.android.cts.storageapp.Utils.useSpace;116 useSpace(getContext()); in testVerifyStats()216 useSpace(getContext()); in testVerifyStatsExternalConsistent()
31 import static com.android.cts.storageapp.Utils.useSpace;69 useSpace(getContext()); in testAllocate()
62 public static void useSpace(Context c) throws Exception { in useSpace() method in Utils