Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DTextEditor.java44 if (equal(newVal, item.getValue())) in bindEditor()
69 private static boolean equal(Object a, Object b) { in equal() method in TextEditor