Searched refs:mAuthorityRemovedListener (Results 1 – 1 of 1) sorted by relevance
510 private OnAuthorityRemovedListener mAuthorityRemovedListener; field in SyncStorageEngine578 if (mAuthorityRemovedListener == null) { in setOnAuthorityRemovedListener()579 mAuthorityRemovedListener = listener; in setOnAuthorityRemovedListener()1081 if (mAuthorityRemovedListener != null) { in removeStaleAccounts()1082 mAuthorityRemovedListener.onAuthorityRemoved(auth.target); in removeStaleAccounts()1574 if (mAuthorityRemovedListener != null) { in removeAuthorityLocked()1575 mAuthorityRemovedListener.onAuthorityRemoved(authorityInfo.target); in removeAuthorityLocked()