Home
last modified time | relevance | path

Searched defs:shouldUpdate (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java141 public boolean shouldUpdate(AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in shouldUpdate() method in AccountTypeProvider
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java7734 private void verifyTransitionDisableEvent(String caps, int indication, boolean shouldUpdate) in verifyTransitionDisableEvent()