Home
last modified time | relevance | path

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

/frameworks/base/packages/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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DEvents.java220 public static void writeState(long time, State state) { in writeState() method in Events
222 sCallback.writeState(time, state); in writeState()
256 void writeState(long time, State state); in writeState() method
DVolumeDialogControllerImpl.java854 Events.writeState(time, copy); in onStateChanged()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
DKeyValueBackupTaskTest.java756 writeState(newState, "newState".getBytes()); in testRunTask_whenSecondAgentUnavailable_commitsFirstAgentState()
1069 writeState(newState, "newState".getBytes()); in testRunTask_whenAgentUsesProhibitedKey_failsAgent()
1088 writeState(newState, "newState".getBytes()); in testRunTask_whenAgentUsesProhibitedKey_updatesFilesAndCleansUp()
1109 writeState(newState, "newState".getBytes()); in testRunTask_whenAgentUsesProhibitedKey_doesNotCallTransport()
1129 writeState(newState, "newState".getBytes()); in testRunTask_whenAgentUsesProhibitedKey_notifiesCorrectly()
1150 writeState(newState, "newState".getBytes()); in testRunTask_whenAgentUsesProhibitedKey_logsAgentFailureEvent()
1172 writeState(newState, "newState".getBytes()); in testRunTask_whenFirstAgentUsesProhibitedKeyButLastAgentUsesPermittedKey()
1178 writeState(newState, "newState".getBytes()); in testRunTask_whenFirstAgentUsesProhibitedKeyButLastAgentUsesPermittedKey()
1289 writeState(newState, "newState".getBytes()); in testRunTask_whenAgentWritesData_callsTransportPerformBackupWithAgentData()
1322 writeState(newState, "newState".getBytes()); in testRunTask_whenPmAgentWritesData_callsTransportPerformBackupWithAgentData()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsUpgradeTest.java141 testService.writeState(); in testUpgradeFromNoVersion()
DAppOpsServiceTest.java175 mAppOpsService.writeState(); in testStatePersistence()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java203 writeState();
1019 writeState(); in shutdown()
1196 writeState(); in reloadNonHistoricalState()
3037 void writeState() { in writeState() method in AppOpsService
3583 shell.mInternal.writeState(); in onShellCommand()
/frameworks/base/services/
Dart-profile3904 PLcom/android/server/appop/AppOpsService;->writeState()V