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

123456789

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterApp.java28 private static final boolean DBG = false; field in class:AdapterApp
33 if (DBG) Log.d(TAG,"Loading JNI Library");
39 if (DBG) {
50 if (DBG) Log.d(TAG, "onCreate");
56 if (DBG) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattServiceConfig.java23 public static final boolean DBG = true; field in class:GattServiceConfig
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAreaInfoReceiver.java28 static final boolean DBG = false; // STOPSHIP: change to false before ship field in class:CellBroadcastAreaInfoReceiver
34 if (DBG) Log.d(TAG, "onReceive " + intent);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppFilter.java9 private static final boolean DBG = false; field in class:AppFilter
16 if (DBG) Log.d(TAG, "Loading AppFilter: " + className);
H A DIconProvider.java15 private static final boolean DBG = false; field in class:IconProvider
26 if (DBG) Log.d(TAG, "Loading IconProvider: " + className);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DListSuggestionCursorNoDuplicates.java29 private static final boolean DBG = false; field in class:ListSuggestionCursorNoDuplicates
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
H A DLevenshteinSuggestionFormatter.java32 private static final boolean DBG = false; field in class:LevenshteinSuggestionFormatter
41 if (DBG) Log.d(TAG, "formatSuggestion('" + query + "', '" + suggestion + "')");
46 if (DBG){
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DCallLogPullRequest.java38 private static boolean DBG = true; field in class:CallLogPullRequest
57 if (DBG) {
H A DPhonebookPullRequest.java32 private static final boolean DBG = true; field in class:PhonebookPullRequest
190 if (DBG) {
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DSystemCodeRoutingManager.java32 static final boolean DBG = false; field in class:SystemCodeRoutingManager
40 if (DBG) Log.d(TAG, "configureRouting");
60 if (DBG) Log.d(TAG, "deregisterNfcFSystemCodeonDh:");
65 if (DBG) Log.d(TAG, "registerNfcFSystemCodeonDh:");
69 if (DBG) {
100 if (DBG) Log.d(TAG, "onNfccRoutingTableCleared");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsView.java31 private static final boolean DBG = false; field in class:SuggestionsView
/packages/apps/Stk/src/com/android/stk/
H A DStkApp.java28 public static final boolean DBG = true; field in class:StkApp
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DAutoCorrectionUtils.java25 private static final boolean DBG = DebugFlags.DEBUG_ENABLED; field in class:AutoCorrectionUtils
48 if (DBG) {
54 if (DBG) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DMakedictLog.java23 public static final boolean DBG = true; field in class:MakedictLog
/packages/services/Telephony/src/com/android/phone/
H A DCdmaCallOptions.java38 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CdmaCallOptions
H A DGsmUmtsCallOptions.java31 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:GsmUmtsCallOptions
H A DImsUtil.java31 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:ImsUtil
57 if (DBG) Log.d(LOG_TAG, "isWfcEnabled :: isEnabledByPlatform=" + isEnabledByPlatform);
58 if (DBG) Log.d(LOG_TAG, "isWfcEnabled :: isEnabledByUser=" + isEnabledByUser);
69 if (DBG) Log.d(LOG_TAG, "isWfcModeWifiOnly :: isWifiOnlyMode" + isWifiOnlyMode);
H A DInCallScreenShowActivation.java50 private static final boolean DBG = field in class:InCallScreenShowActivation
58 if (DBG) Log.d(LOG_TAG, "onCreate: intent = " + intent);
60 if (DBG && (extras != null)) {
143 if (DBG) Log.d(LOG_TAG, "==> Starting interactive CDMA provisioning...");
158 if (DBG) Log.d(LOG_TAG, "==> Starting non-interactive CDMA provisioning...");
162 if (DBG) Log.d(LOG_TAG,
202 if (DBG) {
H A DTelephonyDebugService.java34 private static final boolean DBG = true; field in class:TelephonyDebugService
39 if (DBG) Log.d(TAG, "TelephonyDebugService()");
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DNowPlaying.java36 private static final boolean DBG = true; field in class:NowPlaying
H A DRemoteMediaPlayers.java36 private static final boolean DBG = true; field in class:RemoteMediaPlayers
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverClient.java33 private static final boolean DBG = false; field in class:HandoverClient
63 if (DBG) Log.d(TAG, "about to connect to service " +
114 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
118 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
142 if (DBG) Log.d(TAG, "couldn't connect to handover service");
146 if (DBG) Log.d(TAG, "about to close");
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushClient.java36 private static final boolean DBG = true; field in class:NdefPushClient
56 if (DBG) Log.d(TAG, "about to create socket");
66 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME);
105 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
109 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
116 if (DBG) Log.d(TAG, "exception:", e);
120 if (DBG) Log.d(TAG, "about to close");
134 if (DBG) Log.d(TAG, "About to close NPP socket.");
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepMessenger.java32 private static final boolean DBG = false; field in class:SnepMessenger
52 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
57 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment");
75 if (DBG) Log.d(TAG, "Got response from first fragment: " + snepResponse.getField());
85 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment");
110 if (DBG) Log.d(TAG, "read " + size + " bytes");
135 if (DBG) Log.d(TAG, "read " + readSize + " of " + requestSize);
143 if (DBG) Log.d(TAG, "requesting continuation");
153 if (DBG) Log.d(TAG, "read " + size + " bytes");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DBatchingNamedTaskExecutor.java31 private static final boolean DBG = false; field in class:BatchingNamedTaskExecutor
50 if (DBG) Log.d(TAG, "Queuing " + task);
56 if (DBG) Log.d(TAG, "Dispatching " + task);
71 if (DBG) Log.d(TAG, "Dispatching batch of " + count);

Completed in 792 milliseconds

123456789