OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldShowAccountChangedNotification
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java
216
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
assertFalse(mTarget.
shouldShowAccountChangedNotification
());
205
assertFalse(mTarget.
shouldShowAccountChangedNotification
());
215
assertFalse(mTarget.
shouldShowAccountChangedNotification
());
221
assertFalse(mTarget.
shouldShowAccountChangedNotification
());
228
assertFalse(mTarget.
shouldShowAccountChangedNotification
());
235
assertTrue(mTarget.
shouldShowAccountChangedNotification
());
242
assertTrue(mTarget.
shouldShowAccountChangedNotification
());
[
all
...]
Completed in 317 milliseconds