Home
last modified time | relevance | path

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

/development/samples/browseable/SynchronizedNotifications/Application/src/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()