OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBG_LOC
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
69
private static final boolean
DBG_LOC
= false;
670
if (
DBG_LOC
) log("getCellLocation: is active user");
675
if (
DBG_LOC
) log("getCellLocation: suppress non-active user");
714
if (
DBG_LOC
) log("getNeighboringCellInfo: is active user");
726
if (
DBG_LOC
) log("getNeighboringCellInfo: suppress non-active user");
746
if (
DBG_LOC
) log("getAllCellInfo: is active user");
749
if (
DBG_LOC
) log("getAllCellInfo: suppress non-active user");
776
if (
DBG_LOC
) {
781
if (
DBG_LOC
) loge("checkIfCallerIsSelfOrForegoundUser: Exception ex=" + ex);
787
if (
DBG_LOC
) log("checkIfCallerIsSelfOrForegoundUser: is self")
[
all
...]
/frameworks/base/services/java/com/android/server/
TelephonyRegistry.java
64
private static final boolean
DBG_LOC
= false;
258
if (
DBG_LOC
) Slog.d(TAG, "listen: mCellLocation=" + mCellLocation);
302
if (
DBG_LOC
) Slog.d(TAG, "listen: mCellInfo=" + mCellInfo);
407
if (
DBG_LOC
) {
571
if (
DBG_LOC
) {
787
if (DBG |
DBG_LOC
) {
Completed in 587 milliseconds