HomeSort by relevance Sort by last modified time
    Searched refs:DBG (Results 151 - 175 of 808) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 48 private static final boolean DBG = true;
92 if (DBG) log("IsimUiccRecords X ctor this=" + this);
183 if (DBG) log("fetchIsimRecords " + mRecordsToLoad + " requested: " + mRecordsRequested);
217 if (DBG) log("EF_IMPU record count: " + impuList.size());
255 if (DBG) log("EF_PCSCF record count: " + pcscflist.size());
291 if (DBG) log("onRecordLoaded " + mRecordsToLoad + " requested: " + mRecordsRequested);
303 if (DBG) log("record load complete");
347 if (DBG) log("handleIsimRefresh received without input");
354 if (DBG) log("handleIsimRefresh received different app");
360 if (DBG) log("handleIsimRefresh with REFRESH_RESULT_FILE_UPDATE")
    [all...]
  /packages/services/Telephony/src/com/android/phone/
NetworkSetting.java 60 private static final boolean DBG = true;
103 if (DBG) log("hideProgressPanel");
109 if (DBG) log("manual network selection: failed!");
112 if (DBG) log("manual network selection: succeeded!");
118 if (DBG) log("hideProgressPanel");
134 if (DBG) log("automatic network selection: failed!");
137 if (DBG) log("automatic network selection: succeeded!");
162 if (DBG) log("connection created, binding local service.");
168 if (DBG) log("connection disconnected, cleaning local binding.");
181 if (DBG) log("notifying message loop of query completion.")
    [all...]
CallForwardEditPreference.java 29 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
61 if (DBG) Log.d(LOG_TAG, "mServiceClass=" + mServiceClass + ", reason=" + reason);
101 if (DBG) Log.d(LOG_TAG, "mButtonClicked=" + mButtonClicked
112 if (DBG) Log.d(LOG_TAG, "callForwardInfo=" + callForwardInfo);
119 if (DBG) Log.d(LOG_TAG, "no change, do nothing");
122 if (DBG) Log.d(LOG_TAG, "reason=" + reason + ", action=" + action
148 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse done, callForwardInfo=" + callForwardInfo);
198 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse: done");
206 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse: ar.exception=" + ar.exception);
223 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse: cfInfoArray.length==0")
    [all...]
CallWaitingSwitchPreference.java 18 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
89 if (DBG) {
99 if (DBG) {
106 if (DBG) {
126 if (DBG) {
131 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: re get");
  /frameworks/base/core/java/android/app/usage/
NetworkStatsManager.java 89 private static final boolean DBG = false;
134 if (DBG) Log.e(TAG, "Cannot create template", e);
172 if (DBG) Log.e(TAG, "Cannot create template", e);
209 if (DBG) Log.e(TAG, "Cannot create template", e);
303 if (DBG) Log.e(TAG, "Cannot create template", e);
350 if (DBG) {
367 if (DBG) Log.d(TAG, "registerUsageCallback returned " + callback.request);
373 if (DBG) Log.d(TAG, "Remote exception when registering callback");
391 if (DBG) Log.d(TAG, "Remote exception when unregistering callback");
458 if (DBG) Log.d(TAG, "callback released for " + request)
    [all...]
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 34 private static final boolean DBG = false;
103 if (DBG) {
119 if (DBG) Log.d(TAG, "Request has been aborted.");
123 if (DBG) Log.d(TAG, "Error was raised");
154 if (DBG) {
161 if (DBG) Log.d(TAG, "Request has been aborted.");
165 if (DBG) Log.d(TAG, "Error was raised");
199 if (DBG) Log.d(TAG, "FileSynthesisRequest.done()");
214 if (DBG) Log.d(TAG, "Request has been aborted.");
260 if (DBG) Log.d(TAG, "FileSynthesisRequest.error()")
    [all...]
PlaybackSynthesisCallback.java 30 private static final boolean DBG = false;
70 if (DBG) Log.d(TAG, "stop()");
126 if (DBG) Log.d(TAG, "start(" + sampleRateInHz + "," + audioFormat + "," + channelCount
146 if (DBG) Log.d(TAG, "stop() called before start(), returning.");
150 if (DBG) Log.d(TAG, "Error was raised");
169 if (DBG) Log.d(TAG, "audioAvailable(byte[" + buffer.length + "]," + offset + "," + length
184 if (DBG) Log.d(TAG, "Error was raised");
215 if (DBG) Log.d(TAG, "done()");
227 if (DBG) Log.d(TAG, "Request has been aborted.");
266 if (DBG) Log.d(TAG, "error() [will call stop]")
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamHandler.java 49 private static final boolean DBG = false;
83 if (DBG) {
99 if (DBG) {
177 if (DBG) {
247 if (DBG) {
261 if (DBG) {
275 if (DBG) {
279 if (DBG) {
297 if (DBG) {
301 if (DBG) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
PeriodicScanManager.java 45 private static final boolean DBG = GattServiceConfig.DBG;
56 if (DBG) Log.d(TAG, "advertise manager created");
65 if (DBG) Log.d(TAG, "cleanup()");
99 if (DBG) Log.d(TAG, "Binder is dead - unregistering advertising set");
117 if (DBG) {
145 if (DBG) Log.d(TAG, "onSyncReport() - sync_handle=" + sync_handle);
160 if (DBG) Log.d(TAG, "onSyncLost() - sync_handle=" + sync_handle);
189 if (DBG) Log.d(TAG, "startSync() - reg_id=" + cb_id + ", callback: " + binder);
195 if (DBG) Log.d(TAG, "stopSync() " + binder)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 34 private static final boolean DBG = false;
138 if (DBG) {
173 if (DBG) {
198 if (DBG) {
208 if (DBG) {
221 if (DBG) {
229 if (DBG) {
243 if (DBG) {
253 if (DBG) {
263 if (DBG) {
    [all...]
  /external/syslinux/gpxe/src/core/
uri.c 44 DBG ( " scheme \"%s\"", uri->scheme );
46 DBG ( " opaque \"%s\"", uri->opaque );
48 DBG ( " user \"%s\"", uri->user );
50 DBG ( " password \"%s\"", uri->password );
52 DBG ( " host \"%s\"", uri->host );
54 DBG ( " port \"%s\"", uri->port );
56 DBG ( " path \"%s\"", uri->path );
58 DBG ( " query \"%s\"", uri->query );
60 DBG ( " fragment \"%s\"", uri->fragment );
184 DBG ( "URI \"%s\" split into", uri_string )
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 48 static final boolean DBG = true;
167 if (DBG) Log.d(TAG, "Handling Message = " + msg.what);
173 if (DBG) Log.d(TAG, "Socket connected");
191 if (DBG) Log.d(TAG, "Starting Disconnect");
194 if (DBG) Log.d(TAG, "obexSessionDisconnect" + mObexSession);
199 if (DBG) Log.d(TAG, "Closing Socket");
204 if (DBG) Log.d(TAG, "Completing Disconnect");
280 if (DBG) Log.v(TAG, "Start Obex Client Session");
289 if (DBG) {
307 if (DBG) Log.d(TAG, "Success = " + Boolean.toString(connectionSuccessful))
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/syslinux/
comboot_call.c 189 DBG ( "COMBOOT: fetching initrd '%s'\n", initrd_file );
194 DBG ( "COMBOOT: could not allocate initrd\n" );
200 DBG ( "COMBOOT: could not fetch initrd: %s\n",
210 DBG ( "COMBOOT: fetching kernel '%s'\n", kernel_file );
215 DBG ( "COMBOOT: could not allocate kernel\n" );
221 DBG ( "COMBOOT: could not fetch kernel: %s\n",
226 DBG ( "COMBOOT: could not set kernel command line: %s\n",
315 DBG ( "COMBOOT unknown int21 function %02x\n", ix86->regs.ah );
359 DBG ( "COMBOOT: executing command '%s'\n", cmd );
361 DBG ( "COMBOOT: exiting after executing command...\n" )
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 46 private static final boolean DBG = false;
103 if (DBG) Log.d(TAG, "onCreate()");
175 if (DBG) Log.d(TAG, "onNewIntent()");
208 if (DBG) Log.d(TAG, "setupFromIntent(" + intent.toUri(0) + ")");
252 if (DBG) Log.d(TAG, "onDestroy()");
262 if (DBG) Log.d(TAG, "onStop()");
278 if (DBG) Log.d(TAG, "onPause()");
285 if (DBG) Log.d(TAG, "onRestart()");
291 if (DBG) Log.d(TAG, "onResume()");
332 if (DBG) Log.d(TAG, "Search clicked, query=" + query)
    [all...]
  /external/e2fsprogs/lib/blkid/
save.c 37 DBG(DEBUG_SAVE,
73 DBG(DEBUG_SAVE, printf("skipping cache file write\n"));
82 DBG(DEBUG_SAVE,
114 DBG(DEBUG_SAVE,
140 DBG(DEBUG_SAVE,
154 DBG(DEBUG_SAVE,
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 30 private static final boolean DBG = false;
39 if (DBG) Log.d(TAG, "onCreate()");
78 if (DBG) Log.d(TAG, "onDestroy()");
95 if (DBG) Log.d(TAG, "onIsLanguageAvailable(" + lang + "," + country + "," + variant + ")");
102 if (DBG) Log.d(TAG, "onLoadLanguage(" + lang + "," + country + "," + variant + ")");
153 if (DBG) Log.d(TAG, "onStop()");
  /external/syslinux/gpxe/src/drivers/bus/
eisa.c 34 DBG ( "EISA %s device %02x\n", ( enabled ? "enabled" : "disabled" ),
53 DBG ( "Adding EISA device %02x (%04x:%04x (\"%s\") io %x)\n",
67 DBG ( "...using driver %s\n", eisa->driver_name );
69 DBG ( "......probe failed\n" );
76 DBG ( "...no driver found\n" );
87 DBG ( "Removed EISA device %02x\n", eisa->slot );
  /external/syslinux/gpxe/src/net/
ndp.c 83 DBG ( "New neighbour cache entry: IP6 %s => %s %s\n",
111 DBG ( "Neighbour cache hit: IP6 %s => %s %s\n",
120 DBG ( "Awaiting neighbour advertisement\n" );
130 DBG ( "Neighbour cache miss: IP6 %s\n", inet6_ntoa ( *dest ) );
156 DBG ( "Packet too short (%zd bytes)\n", iob_len ( iobuf ) );
178 DBG ( "Unsolicited advertisement (dropping packet)\n" );
  /frameworks/base/services/core/java/com/android/server/
SensorNotificationService.java 41 private static final boolean DBG = false;
77 if (DBG) Slog.d(TAG, "Cannot obtain dynamic meta sensor, not supported.");
89 if (DBG) Slog.d(TAG, "Cannot obtain location service.");
104 if (DBG) Slog.d(TAG, "dynamic sensor broadcast sent");
116 if (DBG) Slog.d(TAG, String.format(
142 if (DBG) Slog.d(TAG, String.format(
  /frameworks/base/telephony/java/android/telephony/
CellSignalStrengthGsm.java 29 private static final boolean DBG = false;
139 if (DBG) log("getLevel=" + level);
167 if (DBG) log("getDbm=" + dBm);
182 if (DBG) log("getAsuLevel=" + level);
224 if (DBG) log("writeToParcel(Parcel, int): " + toString());
238 if (DBG) log("CellSignalStrengthGsm(Parcel): " + toString());
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasObexClientSession.java 42 private boolean DBG = true;
101 if (DBG) Log.d(TAG, "start called.");
103 if (DBG) Log.d(TAG, "Already connected, nothing to do.");
117 if (DBG) Log.d(TAG, "makeRequest called with: " + request);
128 if (DBG) Log.d(TAG, "stop called...");
176 if (DBG) Log.d(TAG, "Request failed: " + request);
  /packages/services/Car/car-lib/src/android/car/vms/
VmsPublisherClientService.java 52 private static final boolean DBG = true;
65 if (DBG) {
73 if (DBG) {
106 if (DBG) {
170 if (DBG) {
184 if (DBG) {
  /packages/services/Car/service/src/com/android/car/
CarRadioService.java 38 public static boolean DBG = false;
67 if (DBG) {
104 if (DBG) {
136 if (DBG) {
170 if (DBG) {
179 if (DBG) {
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
DeleteFdnContactScreen.java 44 private static final boolean DBG = false;
75 if (DBG) log("onActivityResult");
87 if (DBG) log("onActivityResult: CANCELLED");
153 if (DBG) log("handleResult: success!");
156 if (DBG) log("handleResult: failed!");
188 if (DBG) log("onDeleteComplete");
  /frameworks/base/core/java/android/security/net/config/
ManifestConfigSource.java 27 private static final boolean DBG = true;
68 if (DBG) {
76 if (DBG) {

Completed in 1025 milliseconds

1 2 3 4 5 67 8 91011>>