Searched refs:syncState (Results 1 – 6 of 6) sorted by relevance
43 toggle.syncState(); in onCreate()
44 toggle.syncState(); in initializeActivity()
303 syncState("added new observer"); in registerHealthObserver()358 syncState("observing new packages"); in startObservingHealth()379 syncState("updated observers"); in startObservingHealth()394 syncState("unregistering observer: " + observer.getName()); in unregisterHealthObserver()620 syncState("health check state " + (enabled ? "enabled" : "disabled")); in setExplicitHealthCheckEnabled()855 syncState("health check passed for " + packageName); in onHealthCheckPassed()895 syncState("updated health check supported packages " + supportedPackages); in onSupportedPackages()931 private void syncState(String reason) { in syncState() method in PackageWatchdog945 syncState("scheduled"); in syncStateWithScheduledReason()
862 syncState(userId); in saveSyntheticPasswordHandle()1076 syncState(userId); // ensure the new files are really saved to disk in createLskfBasedProtector()1328 syncState(userId); // ensure the new files are really saved to disk in createTokenBasedProtector()1459 syncState(userId); in unlockLskfBasedProtector()1503 syncState(userId); // Not strictly needed as the upgrade can be re-done, but be safe. in unlockLskfBasedProtector()1532 syncState(userId); in refreshPinLengthOnDisk()1664 syncState(userId); // Not strictly needed as the upgrade can be re-done, but be safe. in unwrapSyntheticPasswordBlob()1885 private void syncState(int userId) { in syncState() method in SyntheticPasswordManager2035 syncState(userId); in writeVendorAuthSecret()
173 int syncState = ContentResolver.getIsSyncableAsUser(account, authority, userId); in serializeAccountSyncSettingsToJSON() local179 authorityJSON.put(KEY_AUTHORITY_SYNC_STATE, syncState); in serializeAccountSyncSettingsToJSON()
2527 HSPLcom/android/server/PackageWatchdog;->syncState(Ljava/lang/String;)V