Home
last modified time | relevance | path

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

/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DSynchronizedNotificationsFragment.java80 buildWearableOnlyNotification(getString(R.string.wear_only), now(), in onOptionsItemSelected()
123 private void buildWearableOnlyNotification(String title, String content, String path) { in buildWearableOnlyNotification() method in SynchronizedNotificationsFragment
158 buildWearableOnlyNotification(watchTitle, content, Constants.BOTH_PATH); in buildMirroredNotifications()
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java98 buildWearableOnlyNotification(title, content, false); in onDataChanged()
100 buildWearableOnlyNotification(title, content, true); in onDataChanged()
118 private void buildWearableOnlyNotification(String title, String content, in buildWearableOnlyNotification() method in NotificationUpdateService