Searched refs:mAuthorityRemovedListener (Results 1 – 1 of 1) sorted by relevance
492 private OnAuthorityRemovedListener mAuthorityRemovedListener; field in SyncStorageEngine559 if (mAuthorityRemovedListener == null) { in setOnAuthorityRemovedListener()560 mAuthorityRemovedListener = listener; in setOnAuthorityRemovedListener()1062 if (mAuthorityRemovedListener != null) { in removeStaleAccounts()1063 mAuthorityRemovedListener.onAuthorityRemoved(auth.target); in removeStaleAccounts()1555 if (mAuthorityRemovedListener != null) { in removeAuthorityLocked()1556 mAuthorityRemovedListener.onAuthorityRemoved(authorityInfo.target); in removeAuthorityLocked()