Searched refs:shouldShowAccountChangedNotification (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
H A DContactEditorUtilsTest.java174 * 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()}, startin
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorUtils.java205 public boolean shouldShowAccountChangedNotification() { method in class:ContactEditorUtils
H A DContactEditorBaseFragment.java1074 if (mEditorUtils.shouldShowAccountChangedNotification()) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java348 if (editorUtils.shouldShowAccountChangedNotification()) {

Completed in 77 milliseconds