Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DMessageTestActivity.java119 setEmptyViewText(R.string.bt_no_messages); in onCreate()
222 setEmptyViewText(R.string.bt_waiting); in handleStateChange()
228 setEmptyViewText(R.string.bt_connecting); in handleStateChange()
233 setEmptyViewText(R.string.bt_no_messages); in handleStateChange()
241 setEmptyViewText(R.string.bt_no_messages); in handleStateChange()
247 private void setEmptyViewText(int textId) { in setEmptyViewText() method in MessageTestActivity