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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java58 * IccSmsInterfaceManager to provide an inter-process communication to
61 public class IccSmsInterfaceManager { class
62 static final String LOG_TAG = "IccSmsInterfaceManager";
130 protected IccSmsInterfaceManager(Phone phone) { method in class:IccSmsInterfaceManager
139 public IccSmsInterfaceManager( method in class:IccSmsInterfaceManager
330 * A permissions check before passing to {@link IccSmsInterfaceManager#sendDataInternal}.
342 * A permissions check before passing to {@link IccSmsInterfaceManager#sendDataInternal}.
392 * A permissions check before passing to {@link IccSmsInterfaceManager#sendTextInternal}.
408 * A permissions check before passing to {@link IccSmsInterfaceManager#sendTextInternal}.
1062 Log.d(LOG_TAG, "[IccSmsInterfaceManager] "
[all...]

Completed in 416 milliseconds