Home
last modified time | relevance | path

Searched defs:serviceIntent (Results 1 – 2 of 2) sorted by relevance

/development/samples/wearable/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
DMainActivity.java62 Intent serviceIntent = new Intent(ResponderService.ACTION_INCOMING); in startResponderService() local
72 Intent serviceIntent = new Intent(ACTION_GET_CONVERSATION); in onResume() local
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceDetailFragment.java129 Intent serviceIntent = new Intent(getActivity(), FileTransferService.class); in onActivityResult() local