Home
last modified time | relevance | path

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

/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java41 Intent toggleAlarmOperation = new Intent(this, FindPhoneService.class); in onCreate()
42 toggleAlarmOperation.setAction(FindPhoneService.ACTION_TOGGLE_ALARM); in onCreate()
47 Intent cancelAlarmOperation = new Intent(this, FindPhoneService.class); in onCreate()
48 cancelAlarmOperation.setAction(FindPhoneService.ACTION_CANCEL_ALARM); in onCreate()
DFindPhoneService.java36 public class FindPhoneService extends IntentService implements GoogleApiClient.ConnectionCallbacks, class
50 public FindPhoneService() { in FindPhoneService() method in FindPhoneService
51 super(FindPhoneService.class.getSimpleName()); in FindPhoneService()