Searched refs:longV (Results 1 – 1 of 1) sorted by relevance
355 long[] longV = {123, 111, 321}; in testRepeatTypesPersistableBundle() local365 bundle.putLongArray("longv", longV); in testRepeatTypesPersistableBundle()381 assertArrayEquals(longV, result.getLongArray("longv")); in testRepeatTypesPersistableBundle()