Searched refs:FindPhoneService (Results 1 – 2 of 2) sorted by relevance
41 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()
36 public class FindPhoneService extends IntentService implements GoogleApiClient.ConnectionCallbacks, class50 public FindPhoneService() { in FindPhoneService() method in FindPhoneService51 super(FindPhoneService.class.getSimpleName()); in FindPhoneService()