Searched defs:IccSmsInterfaceManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java57 * IccSmsInterfaceManager to provide an inter-process communication to
60 public class IccSmsInterfaceManager { class
61 static final String LOG_TAG = "IccSmsInterfaceManager";
128 protected IccSmsInterfaceManager(PhoneBase phone) { method in class:IccSmsInterfaceManager
866 Log.d(LOG_TAG, "[IccSmsInterfaceManager] " + msg);
891 Log.e(LOG_TAG, "[IccSmsInterfaceManager]sendStoredText: not FAILED or DRAFT message");
897 Log.e(LOG_TAG, "[IccSmsInterfaceManager]sendStoredText: can not load text");
916 Log.e(LOG_TAG, "[IccSmsInterfaceManager]sendStoredMultipartText: "
923 Log.e(LOG_TAG, "[IccSmsInterfaceManager]sendStoredMultipartText: can not load text");
929 Log.e(LOG_TAG, "[IccSmsInterfaceManager]sendStoredMultipartTex
[all...]

Completed in 2360 milliseconds