Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java69 mTextChangedListener = new UpdateNotificationsOnTextChangeListener(); in onCreate()
279 private class UpdateNotificationsOnTextChangeListener implements TextWatcher { class in MainActivity