Searched refs:addForAllUsers (Results 1 – 1 of 1) sorted by relevance
83 int addForAllUsers = 1; field in CallLogBackupAgent.Call367 boolean addForAllUsers = call.addForAllUsers == 1; in writeCallToProvider()383 builder.setAddForAllUsers(addForAllUsers); in writeCallToProvider()504 call.addForAllUsers = dataInput.readInt(); in readCallFromData()606 call.addForAllUsers = cursor.getInt(cursor.getColumnIndex(Calls.ADD_FOR_ALL_USERS)); in readCallFromCursor()671 data.writeInt(call.addForAllUsers); in addCallToBackup()