List of usage examples for android.location LocationListener interface-usage
From source file com.usertaxi.TaxiArrived_Acitivity.java
/** * Created by Eyon on 11/9/2015. */ public class TaxiArrived_Acitivity extends AppCompatActivity implements LocationListener { Button btn_boarder, btn_sendmesssage, btn_cancel, btn_confirm; TextView textheader, txt_header, textname, textmobilenumber, textcompanyname, texttaxinumber, mtextnamehead,
From source file com.corporatetaxi.TaxiOntheWay_Activity.java
/** * Created by Eyon on 11/9/2015. */ public class TaxiOntheWay_Activity extends AppCompatActivity implements LocationListener { Button btn_confirm; RadioButton rd1, rd2, rd3, rd4, rd5, rd6;
From source file com.waz.zclient.pages.main.conversation.LocationFragment.java
public class LocationFragment extends BaseFragment<LocationFragment.Container> implements com.google.android.gms.location.LocationListener, LocationListener, TouchRegisteringFrameLayout.TouchCallback, GoogleMap.OnCameraChangeListener, GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, OnMapReadyCallback, ConversationStoreObserver, RequestPermissionsObserver, OnBackPressedListener, AccentColorObserver, View.OnClickListener {
From source file com.corporatetaxi.TaxiArrived_Acitivity.java
/** * Created by Eyon on 11/9/2015. */ public class TaxiArrived_Acitivity extends AppCompatActivity implements LocationListener { Button btn_confirm; TextView textheader, txt_header, textname, textmobilenumber, textcompanyname, texttaxinumber, mtextnamehead,
From source file com.ht.app.RestaurantsActivity.java
public class RestaurantsActivity extends DrawerActivityBase implements SlidingUpPanelLayout.PanelSlideListener, RetryButtonClickListener /*, LoaderManager.LoaderCallbacks<List<Restaurant>>*/ , GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener, android.support.v4.app.LoaderManager.LoaderCallbacks<Cursor> {
From source file obdii.starter.automotive.iot.ibm.com.iot4a_obdii.Home.java
public class Home extends AppCompatActivity implements LocationListener { public static final String DOESNOTEXIST = "doesNotExist"; private static final int INITIAL_PERMISSIONS = 000; private static final int INITIAL_LOCATION_PERMISSIONS = 001;
From source file com.kmshack.BusanBus.activity.SearchMainActivity.java
public class SearchMainActivity extends BaseActivity implements android.location.LocationListener { private static final int TAB_FAVORITE = 1; private static final int TAB_NOSUN = 2; private static final int TAB_BUSSTOP = 3; private static final int TAB_LOCATION = 4;
From source file com.google.android.apps.paco.ExperimentExecutorCustomRendering.java
public class ExperimentExecutorCustomRendering extends Activity implements ChangeListener, LocationListener { private Experiment experiment; private ExperimentProviderUtil experimentProviderUtil; private List<InputLayout> inputs = new ArrayList<InputLayout>(); private LayoutInflater inflater;
From source file org.ohmage.reminders.types.location.LocTrigService.java
public class LocTrigService extends Service implements LocationListener { private static final String TAG = "LocTrigService"; private static final String REMOTE_CLIENT_NAME = LocTrigService.class.getName() + ".remote_client";
From source file org.ohmage.triggers.types.location.LocTrigService.java
public class LocTrigService extends Service implements LocationListener { private static final String DEBUG_TAG = "LocationTrigger"; private static final String SYSTEM_LOG_TAG = "LocationTrigger"; private static final String REMOTE_CLIENT_NAME = LocTrigService.class.getName() + ".remote_client";