Searched refs:mAuthorityRemovedListener (Results 1 – 1 of 1) sorted by relevance
517 private OnAuthorityRemovedListener mAuthorityRemovedListener; field in SyncStorageEngine587 if (mAuthorityRemovedListener == null) { in setOnAuthorityRemovedListener()588 mAuthorityRemovedListener = listener; in setOnAuthorityRemovedListener()1136 if (mAuthorityRemovedListener != null) { in removeStaleAccounts()1137 mAuthorityRemovedListener.onAuthorityRemoved(auth.target); in removeStaleAccounts()1629 if (mAuthorityRemovedListener != null) { in removeAuthorityLocked()1630 mAuthorityRemovedListener.onAuthorityRemoved(authorityInfo.target); in removeAuthorityLocked()