HomeSort by relevance Sort by last modified time
    Searched defs:shouldShowAccountChangedNotification (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 205 public boolean shouldShowAccountChangedNotification() {
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 174 * Tests for {@link ContactEditorUtils#shouldShowAccountChangedNotification()}, starting with
182 assertTrue(mTarget.shouldShowAccountChangedNotification());
193 assertFalse(mTarget.shouldShowAccountChangedNotification());
199 assertTrue(mTarget.shouldShowAccountChangedNotification());
205 assertFalse(mTarget.shouldShowAccountChangedNotification());
215 assertTrue(mTarget.shouldShowAccountChangedNotification());
221 assertFalse(mTarget.shouldShowAccountChangedNotification());
228 assertFalse(mTarget.shouldShowAccountChangedNotification());
235 assertTrue(mTarget.shouldShowAccountChangedNotification());
239 * Tests for {@link ContactEditorUtils#shouldShowAccountChangedNotification()}, starting wit
    [all...]

Completed in 246 milliseconds