Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DUtilityService.java50 private static final String EXTRA_START_ACTIVITY_INFO = "start_activity_info"; field in UtilityService
86 intent.putExtra(EXTRA_START_ACTIVITY_INFO, extraInfo); in startDeviceActivity()
104 intent.getStringExtra(EXTRA_START_ACTIVITY_INFO)); in onHandleIntent()