OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LISTEN_CELL_LOCATION
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java
110
public static final int
LISTEN_CELL_LOCATION
= 0x00000010;
303
Message.obtain(mHandler,
LISTEN_CELL_LOCATION
, 0, 0, location).sendToTarget();
344
case
LISTEN_CELL_LOCATION
:
/cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java
95
mTelephonyManager.listen(mListener, PhoneStateListener.
LISTEN_CELL_LOCATION
);
PhoneStateListenerTest.java
282
mTelephonyManager.listen(mListener, PhoneStateListener.
LISTEN_CELL_LOCATION
);
TelephonyManagerTest.java
89
mTelephonyManager.listen(mListener, PhoneStateListener.
LISTEN_CELL_LOCATION
);
/cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java
69
telephonyManager.listen(phoneStateListener, PhoneStateListener.
LISTEN_CELL_LOCATION
);
70
fail("TelephonyManager.listen(
LISTEN_CELL_LOCATION
) did not" +
/frameworks/base/services/java/com/android/server/
TelephonyRegistry.java
196
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/
TrackerService.java
147
mTelephonyManager.listen(mPhoneStateListener, PhoneStateListener.
LISTEN_CELL_LOCATION
);
/packages/apps/Settings/src/com/android/settings/
RadioInfo.java
351
| PhoneStateListener.
LISTEN_CELL_LOCATION
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 219 milliseconds