Lines Matching defs:logd

89         logd("Received new intent: " + action);
109 logd("Ignoring Intent.ACTION_BOOT_COMPLETED");
120 logd("IMEI already stored, continuing");
136 logd("Error! Can't inject package0. The required extras parameter '" +
145 logd("XXX received ACTION_INJECT_PACKAGE_0_INTERNAL, starting"
151 logd("ACTION_SET_SERVER_CONFIG received");
154 logd("server URL: " + hostUrl + " proxy address: " + proxyAddress);
161 logd("cancelling DM Session");
171 logd("Error! Can't start FOTA session: " +
178 logd("Error! Can't start FOTA session: " +
197 logd("handleClientInitiatedFotaIntent, start apn monitoring service"
202 logd("handleClientInitiatedFotaIntent starting DM session");
206 logd("handleClientInitiatedFotaIntent: start data/call state monitoring");
216 logd("handleWapPushIntent() current state: " + currentState);
230 logd("handleWapPushIntent, check if necessary to stop using fota apn "
234 logd("XXX resetting FOTA APN state");
254 logd("WapPush arrived before tree initialization");
265 logd("handleUserConfirmedSession(): message is expired.");
277 logd("Boot completed: there is no DM Tree. Start service to generate tree.");
284 logd("handleBootCompletedIntent, no initial WapPush pending.");
288 logd("handleBootCompletedIntent, initial WapPush pending.");
296 // logd("handleBootCompletedIntent, check if need to stop using fota apn "
310 logd("Boot completed: there is no message to proceed.");
317 logd("handleBootCompletedIntent(): the message is expired.");
324 logd("handleBootCompletedIntent(): cannot init from shared preferences");
338 logd("Time alert: there is no message to proceed.");
345 logd("Time alert: there is no message to proceed.");
349 logd("Warning from handleTimeAlertIntent(): the message is expired.");
352 logd("Time alert: session in progress; doing nothing.");
357 logd("Time alert: state 'approved by user'; starting process");
361 logd("Time alert: state 'pending message'; read from preferences starting preprocess");
366 logd("Warning from handleTimeAlertIntent(): cannot init from shared preferences");
376 logd("Inside handleNotifyResultToServer");
394 logd("there must be a pending session, return");
398 logd("handleNotifyResultToServer starting FOTA APN");
408 logd("Inside handleDataConnectionReady");
410 logd("FOTA APN state is " + fotaApnState);
420 logd("Warning from handleApnStateActive(): the message is expired.");
429 logd("handleApnStateActive(): there is no message to proceed.");
434 logd("handleApnStateActive(): session in progress; doing nothing.");
440 logd("handleApnStateActive: NO ACTION NEEDED");
449 logd("From preprocess().... Current state = " + currentState);
457 logd("User confirmation is required");
470 logd("User notification is required");
473 logd("Silent DM session: silent mode or user already has approved.");
571 // logd("Enter dmParseSaveWapMsgThread tid=" + Thread.currentThread().getId());
597 logd("startProcess(), start data connection service");
625 logd("startDMSession");
643 logd("starting TYPE_FOTA_CLIENT_SESSION_REQUEST: serverID="
654 logd("Error. Cannot read data from file dmpostponed.dat");
676 logd("Inside startDataConnectionService");
686 logd("Inside stopDataConnectionService");
703 logd("handleDmServiceResult, tree initialisation session.");
710 logd("handleDmServiceResult, chk if need to stop using fota apn "
732 logd("mUIMode is: " + uiMode);
735 logd("Displaying success notification message2");
738 logd("Displaying Fail notification message2");
747 logd("Finished success.");
770 logd("Error. Number of attempts to start DM session exceed MAX.");
776 logd("Error from canRestartSession(): the message is expired.");
827 if (DBG) logd("initFromSharedPreferences: " + (success ? "ok" : "fail"));
836 //logd("Error. Invalid postponed data length.");
845 logd("Invalid postponed data.");
863 logd("DM Tree exists:" + strTreeHomeDir);
866 logd("DM Tree NOT exists:" + strTreeHomeDir);
876 logd("setFotaApnState: " + state);
894 logd("stopUsingFotaApn");
908 logd("Inside sendNotifyIntent");
918 logd("sendNotifyIntent Input==>\n" + " lawmoResult="
950 logd("No Action, Just return for now");
955 logd("Inside isWifiConnected");
960 logd("can't get Connectivity Service");
966 logd("NetworkInfo is null");
970 logd("Network is not connected");
974 logd("network type is not wifi");
991 logd("3G CDMA phone");
994 logd("Non-CDMA or 4G Device");
1005 logd("Call state not idle: " + callState);
1017 logd("Data network type is acceptable: " + dataNetworkType);
1021 logd("Data network type is not acceptable: " + dataNetworkType);
1027 logd("Inside saveDevDetail");
1040 logd("First powerup or powerup after FDR, save current SwV");
1043 logd("System Update success, save previous FwV and LastUpdateTime");
1059 logd("WiFi Mac address " + wMacAddr);
1066 private static void logd(String msg) {