Searched refs:mServiceIntent (Results 1 – 2 of 2) sorted by relevance
26 private Intent mServiceIntent; field in MainActivity35 mServiceIntent = new Intent(getApplicationContext(), PingService.class); in onCreate()50 mServiceIntent.putExtra(CommonConstants.EXTRA_MESSAGE, message); in onPingClick()51 mServiceIntent.setAction(CommonConstants.ACTION_PING); in onPingClick()65 mServiceIntent.putExtra(CommonConstants.EXTRA_TIMER, milliseconds); in onPingClick()67 startService(mServiceIntent); in onPingClick()
67 private Intent mServiceIntent; field in PhotoThumbnailFragment194 mServiceIntent = in onCreateView()203 getActivity().startService(mServiceIntent); in onCreateView()