Home
last modified time | relevance | path

Searched refs:LOCAL_DEBUG (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGSMPhone.java90 private static final boolean LOCAL_DEBUG = true; field in GSMPhone
248 if(LOCAL_DEBUG) Log.d(LOG_TAG, "GSMPhone finalized"); in finalize()
495 if (LOCAL_DEBUG) Log.d(LOG_TAG, "MmiCode 0: rejectCall"); in handleCallDeflectionIncallSupplementaryService()
499 if (LOCAL_DEBUG) Log.d(LOG_TAG, in handleCallDeflectionIncallSupplementaryService()
504 if (LOCAL_DEBUG) Log.d(LOG_TAG, in handleCallDeflectionIncallSupplementaryService()
528 if (LOCAL_DEBUG) Log.d(LOG_TAG, in handleCallWaitingIncallSupplementaryService()
535 if (LOCAL_DEBUG) Log.d(LOG_TAG, in handleCallWaitingIncallSupplementaryService()
540 if (LOCAL_DEBUG) Log.d(LOG_TAG, in handleCallWaitingIncallSupplementaryService()
546 if (LOCAL_DEBUG) Log.d(LOG_TAG, in handleCallWaitingIncallSupplementaryService()
572 if (LOCAL_DEBUG) Log.d(LOG_TAG, "MmiCode 2: separate call "+ in handleCallHoldIncallSupplementaryService()
[all …]
/frameworks/base/services/java/com/android/server/pm/
DInstaller.java31 private static final boolean LOCAL_DEBUG = false; field in Installer
104 if (LOCAL_DEBUG) { in readBytes()
165 if (LOCAL_DEBUG) { in transaction()
170 if (LOCAL_DEBUG) { in transaction()
175 if (LOCAL_DEBUG) { in transaction()
/frameworks/base/telephony/java/android/telephony/gsm/
DSmsMessage.java39 private static final boolean LOCAL_DEBUG = true; field in SmsMessage
/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneBase.java62 private static final boolean LOCAL_DEBUG = true; field in PhoneBase