Searched refs:writeBooleanList (Results 1 – 2 of 2) sorted by relevance
842 SafeParcelWriter.writeBooleanList(mParcel, TEST_ID, list, false); in testReadWriteBooleanList()853 SafeParcelWriter.writeBooleanList(mParcel, TEST_ID, null, true); in testReadWriteBooleanListNull()864 SafeParcelWriter.writeBooleanList(mParcel, TEST_ID, null, false); in testReadWriteBooleanListNullIgnore()
478 public static void writeBooleanList( in writeBooleanList() method in SafeParcelWriter