Searched defs:DBG (Results 1 - 25 of 185) sorted by relevance

12345678

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DAsyncChannelTest.java29 private static final boolean DBG = true; field in class:AsyncChannelTest
35 if (DBG) log("test1");
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java29 private static final boolean DBG = false; field in class:NotificationIntrusivenessExtractor
36 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
41 if (DBG) Slog.d(TAG, "skipping empty notification");
H A DPackagePriorityExtractor.java23 private static final boolean DBG = false; field in class:PackagePriorityExtractor
28 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
33 if (DBG) Slog.d(TAG, "skipping empty notification");
38 if (DBG) Slog.d(TAG, "missing config");
H A DPackageVisibilityExtractor.java23 private static final boolean DBG = false; field in class:PackageVisibilityExtractor
28 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
33 if (DBG) Slog.d(TAG, "skipping empty notification");
38 if (DBG) Slog.d(TAG, "missing config");
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsEcbm.java54 private static final boolean DBG = true; field in class:ImsEcbm
59 if (DBG) Rlog.d(TAG, "ImsEcbm created");
93 if (DBG) Rlog.d(TAG, "enteredECBM ::");
102 if (DBG) Rlog.d(TAG, "exitedECBM ::");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdUtils.java33 private static final boolean DBG = false; field in class:HbpcdUtils
57 if (DBG) {
61 if (DBG) {
66 if (DBG) {
91 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3 );
94 if (DBG) Log.d(LOG_TAG,
101 if (DBG) Log.d(LOG_TAG, "time zone is not accurate, mcc may be "
116 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5 );
119 if (DBG) Log.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc);
125 if (DBG) Lo
[all...]
H A DTelephonyTester.java46 private static final boolean DBG = true; field in class:TelephonyTester
63 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
74 if (DBG) log("onReceive: unknown action=" + action);
H A DSms7BitEncodingTranslator.java35 private static final boolean DBG = Build.IS_DEBUGGABLE ; field in class:Sms7BitEncodingTranslator
107 if (DBG) {
139 if (DBG) {
145 if (DBG) {
181 if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: open normal file");
190 if (DBG) {
195 if (DBG) {
213 if (DBG) {
226 if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: parsing successful, file loaded");
H A DSmsBroadcastUndelivered.java42 private static final boolean DBG = InboundSmsHandler.DBG; field in class:SmsBroadcastUndelivered
83 if (DBG) Rlog.d(TAG, "scanning raw table for undelivered messages");
138 if (DBG) Rlog.d(TAG, "found complete multi-part message");
154 } else if (DBG) {
165 if (DBG) Rlog.d(TAG, "finished scanning raw table in "
H A DWapPushOverSms.java63 private static final boolean DBG = true; field in class:WapPushOverSms
73 if (DBG) Rlog.v(TAG, "wappush manager connected to " + hashCode());
79 if (DBG) Rlog.v(TAG, "wappush manager disconnected.");
90 if (DBG) Rlog.v(TAG, "bindService() for wappush manager succeeded");
96 if (DBG) Rlog.v(TAG, "dispose: unbind wappush manager");
114 if (DBG) Rlog.d(TAG, "Rx: " + IccUtils.bytesToHexString(pdu));
131 if (DBG)
138 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType);
142 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType);
156 if (DBG) Rlo
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java48 private static final boolean DBG = true; field in class:BluetoothManager
93 if (DBG) Log.d(TAG,"getConnectionState()");
121 if (DBG) Log.d(TAG,"getConnectedDevices");
165 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DTestEnrollmentActivity.java34 private static final boolean DBG = true; field in class:TestEnrollmentActivity
47 if (DBG) Log.d(TAG, "onCreate");
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeLock.java26 private static final boolean DBG = false; field in class:SipWakeLock
37 if (DBG) log("reset count=" + mHolders.size());
58 if (DBG) log("acquire count=" + mHolders.size());
67 if (DBG) log("release count=" + mHolders.size());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java36 private static final boolean DBG = true; field in class:DcTesterDeactivateAll
51 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
60 if (DBG) log("onReceive: mDcc is null, ignoring");
63 if (DBG) log("onReceive: unknown action=" + action);
H A DDcTesterFailBringUpAll.java42 private static final boolean DBG = true; field in class:DcTesterFailBringUpAll
57 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
72 if (DBG) log("onReceive: unknown action=" + action);
H A DDcFailBringUp.java29 private static final boolean DBG = true; field in class:DcFailBringUp
52 if (DBG) log(s + ".saveParameters: action=" + intent.getAction());
58 if (DBG) {
H A DDcRetryAlarmController.java37 private static final boolean DBG = true; field in class:DcRetryAlarmController
66 if (DBG) {
73 if (DBG) log("onReceive: unknown action=" + action);
96 if (DBG) log("dispose");
118 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is MAX_INT, retry NOT needed");
121 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is >= 0 use it");
127 if (DBG) log("getSuggestedRetryTime: retry is needed");
129 if (DBG) log("getSuggestedRetryTime: retry is NOT needed");
133 if (DBG) {
144 if (DBG) {
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java25 private static final boolean DBG = false; field in class:AudioPlaybackHandler
59 if (DBG) Log.d(TAG, "Removing all callback items for : " + callerIdentity);
69 if (DBG) Log.d(TAG, "Stopping all items");
125 if (DBG) Log.d(TAG, "MessageLoop : Shutting down (interrupted)");
/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java66 private static final boolean DBG = false; field in class:TextServicesManager
190 if (DBG) {
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncService.java38 protected static final boolean DBG = true; field in class:AsyncService
95 if (DBG) Slog.d(TAG, "onStartCommand");
114 if (DBG) Slog.d(TAG, "onDestroy");
/frameworks/base/telephony/java/android/telephony/
H A DCellInfoCdma.java29 private static final boolean DBG = false; field in class:CellInfoCdma
121 if (DBG) log("CellInfoCdma(Parcel): " + toString());
H A DCellInfoGsm.java29 private static final boolean DBG = false; field in class:CellInfoGsm
H A DCellInfoLte.java29 private static final boolean DBG = false; field in class:CellInfoLte
49 if (DBG) log("getCellIdentity: " + mCellIdentityLte);
54 if (DBG) log("setCellIdentity: " + cid);
59 if (DBG) log("getCellSignalStrength: " + mCellSignalStrengthLte);
64 if (DBG) log("setCellSignalStrength: " + css);
112 if (DBG) log("writeToParcel(Parcel, int): " + toString());
126 if (DBG) log("CellInfoLte(Parcel): " + toString());
H A DCellInfoWcdma.java29 private static final boolean DBG = false; field in class:CellInfoWcdma
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkScoreCache.java43 private boolean DBG = true; field in class:WifiNetworkScoreCache
104 if (DBG) {
120 if (DBG) {

Completed in 4139 milliseconds

12345678