Lines Matching refs:TAG

65     private static final String TAG = "WAP PUSH";
79 if (DBG) Rlog.v(TAG, "wappush manager connected to " + hashCode());
85 if (DBG) Rlog.v(TAG, "wappush manager disconnected.");
96 Rlog.e(TAG, "bindService() for wappush manager failed");
99 if (DBG) Rlog.v(TAG, "bindService() for wappush manager succeeded");
105 if (DBG) Rlog.v(TAG, "dispose: unbind wappush manager");
108 Rlog.e(TAG, "dispose: not bound to a wappush manager");
123 if (DBG) Rlog.d(TAG, "Rx: " + IccUtils.bytesToHexString(pdu));
141 Rlog.d(TAG, "index = " + index + " PDU Type = " + pduType +
147 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType);
151 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType);
165 if (DBG) Rlog.w(TAG, "Received PDU. Header Length error.");
186 if (DBG) Rlog.w(TAG, "Received PDU. Header Content-Type error.");
233 if (DBG) Rlog.v(TAG, "appid found: " + wapAppId + ":" + contentType);
240 if (DBG) Rlog.w(TAG, "wap push manager not found!");
255 if (DBG) Rlog.v(TAG, "procRet:" + procRet);
265 if (DBG) Rlog.w(TAG, "remote func failed...");
268 if (DBG) Rlog.v(TAG, "fall back to existing handler");
271 if (DBG) Rlog.w(TAG, "Header Content-Type error.");
302 if (DBG) Rlog.v(TAG, "Delivering MMS to: " + componentName.getPackageName() +
319 Rlog.e(TAG, "ignoring dispatchWapPdu() array index exception: " + aie);
335 Rlog.e(TAG, "Invalid PUSH PDU");
347 Rlog.e(TAG, "Failed to find delivery or read report's thread id");
357 Rlog.e(TAG, "Failed to persist delivery or read report");
370 Rlog.e(TAG, "Failed to update delivery or read report thread id");
401 Rlog.e(TAG, "Failed to save MMS WAP push notification ind");
404 Rlog.d(TAG, "Skip storing duplicate MMS WAP push notification ind: "
410 Log.e(TAG, "Received unrecognized WAP Push PDU.");
413 Log.e(TAG, "Failed to save MMS WAP push data: type=" + type, e);
415 Log.e(TAG, "Unexpected RuntimeException in persisting MMS WAP push data", e);
430 Rlog.e(TAG, "WAP Push data is neither delivery or read report type: "
451 Rlog.e(TAG, "Failed to query delivery or read report thread id", e);
486 Rlog.e(TAG, "failed to query existing notification ind", e);