Searched refs:doubleLogs (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | BootReceiverFixFsckFsStatTest.java | 55 final String[] doubleLogs = new String[logs.length * 2]; in testTreeOptimization() local 56 System.arraycopy(logs, 0, doubleLogs, 0, logs.length); in testTreeOptimization() 57 System.arraycopy(logs, 0, doubleLogs, logs.length, logs.length); in testTreeOptimization() 58 doTestFsckFsStat(doubleLogs, 0x401, 0x1, 0, logs.length); in testTreeOptimization() 59 doTestFsckFsStat(doubleLogs, 0x402, 0x2, logs.length, logs.length * 2); in testTreeOptimization()
|