OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopListeningToAccountUpdates
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
AuthenticatorHelper.java
46
* {@link #
stopListeningToAccountUpdates
()} should be used.
240
public void
stopListeningToAccountUpdates
() {
/packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java
202
stopListeningToAccountUpdates
();
387
private void
stopListeningToAccountUpdates
() {
392
authenticatorHelper.
stopListeningToAccountUpdates
();
574
stopListeningToAccountUpdates
();
AccountSyncSettings.java
234
mAuthenticatorHelper.
stopListeningToAccountUpdates
();
ManageAccountsSettings.java
148
mAuthenticatorHelper.
stopListeningToAccountUpdates
();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainFragment.java
184
mAuthenticatorHelper.
stopListeningToAccountUpdates
();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncFragment.java
134
mAuthenticatorHelper.
stopListeningToAccountUpdates
();
Completed in 4146 milliseconds