Searched refs:LISTEN_CELL_LOCATION (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java110 public static final int LISTEN_CELL_LOCATION = 0x00000010; field in class:PhoneStateListener
303 Message.obtain(mHandler, LISTEN_CELL_LOCATION, 0, 0, location).sendToTarget();
344 case LISTEN_CELL_LOCATION:
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java196 if ((events & PhoneStateListener.LISTEN_CELL_LOCATION) != 0) {
476 if ((r.events & PhoneStateListener.LISTEN_CELL_LOCATION) != 0) {
652 if ((events & PhoneStateListener.LISTEN_CELL_LOCATION) != 0) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java147 mTelephonyManager.listen(mPhoneStateListener, PhoneStateListener.LISTEN_CELL_LOCATION);

Completed in 83 milliseconds