Home
last modified time | relevance | path

Searched refs:writeState (Results 1 – 3 of 3) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DEventResultPersister.java85 writeState(); in getNewId()
170 writeState(); in EventResultPersister()
210 writeState(); in onEventReceived()
218 private void writeState() { in writeState() method in EventResultPersister
316 writeState(); in addObserver()
/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
DCallLogBackupAgentTest.java119 mCallLogBackupAgent.writeState(mDataOutput, state); in testWriteState_NoCalls()
132 mCallLogBackupAgent.writeState(mDataOutput, state); in testWriteState_OneCall()
148 mCallLogBackupAgent.writeState(mDataOutput, state); in testWriteState_MultipleCalls()
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java167 writeState(dataOutput, state); in onBackup()
294 void writeState(DataOutput dataOutput, CallLogBackupState state) in writeState() method in CallLogBackupAgent