Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
DHomeListenerService.java105 SpannableString checkInTitle; in postNotificationForGeofenceId() local
108 checkInTitle = new SpannableString(getText(R.string.android_building_title)); in postNotificationForGeofenceId()
112 checkInTitle = new SpannableString(getText(R.string.yerba_buena_title)); in postNotificationForGeofenceId()
120 checkInTitle.setSpan(new RelativeSizeSpan(0.8f), 0, checkInTitle.length(), in postNotificationForGeofenceId()
135 .setContentTitle(checkInTitle) in postNotificationForGeofenceId()