Home
last modified time | relevance | path

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

/developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DSynchronizedNotificationsFragment.java76 buildLocalOnlyNotification(getString(R.string.phone_only), now(), in onOptionsItemSelected()
97 private void buildLocalOnlyNotification(String title, String content, int notificationId, in buildLocalOnlyNotification() method in SynchronizedNotificationsFragment
161 buildLocalOnlyNotification(phoneTitle, content, Constants.BOTH_ID, true); in buildMirroredNotifications()