Home | History | Annotate | Download | only in sms

Lines Matching defs:VvmLog

35 import com.android.voicemail.impl.VvmLog;
60 VvmLog.i(TAG, "Received message for null phone account");
65 VvmLog.i(TAG, "Received message on locked device");
75 VvmLog.e(TAG, "vvm config no longer valid");
82 VvmLog.i(TAG, "Received vvm message for disabled vvm source.");
91 VvmLog.e(TAG, "Unparsable VVM SMS received, ignoring");
98 VvmLog.v(
102 VvmLog.v(TAG, "Received Status sms for " + phone);
109 VvmLog.w(TAG, "Unknown prefix: " + eventType);
116 VvmLog.i(TAG, "Protocol recognized the SMS as STATUS, activating");
133 VvmLog.i(
161 VvmLog.e(TAG, "Unrecognized sync trigger event: " + message.getSyncTriggerEvent());