Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java120 updateAll(); in onFinishInflate()
160 updateAll(); in onFinishInflate()
190 updateAll(); in onBind()
199 updateAll(); in onBind()
208 updateAll(); in onBind()
217 updateAll(); in onBind()
250 updateAll(); in onAvailabilityChanged()
275 updateAll(); in onSelected()
353 private void updateAll() { in updateAll() method in PlayControlsRowView
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java971 count = updateAll(uri, match, values, selection, selectionArgs); in update()
982 private int updateAll(Uri uri, final int match, ContentValues values, String selection, in updateAll() method in LegacyApiSupport