OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IccSmsInterfaceManager
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
UiccSmsController.java
62
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId);
80
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId);
97
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId);
116
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId);
134
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId);
155
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId);
182
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId);
209
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId);
225
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId);
241
IccSmsInterfaceManager
iccSmsIntMgr = getIccSmsInterfaceManager(subId)
[
all
...]
PhoneProxy.java
56
private
IccSmsInterfaceManager
mIccSmsInterfaceManager;
91
new
IccSmsInterfaceManager
((PhoneBase)this.mActivePhone);
288
public
IccSmsInterfaceManager
getIccSmsInterfaceManager(){
[
all
...]
IccSmsInterfaceManager.java
57
*
IccSmsInterfaceManager
to provide an inter-process communication to
60
public class
IccSmsInterfaceManager
{
61
static final String LOG_TAG = "
IccSmsInterfaceManager
";
128
protected
IccSmsInterfaceManager
(PhoneBase phone) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java
39
import com.android.internal.telephony.
IccSmsInterfaceManager
;
Completed in 170 milliseconds