OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubscriptionController
(Results
1 - 17
of
17
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java
30
import com.android.internal.telephony.
SubscriptionController
;
147
return getUiccCard(
SubscriptionController
.getInstance().getPhoneId(
SubscriptionController
.getInstance().getDefaultSubId()));
169
return getUiccCardApplication(
SubscriptionController
.getInstance().getPhoneId(
SubscriptionController
.getInstance().getDefaultSubId()), family);
IccCardProxy.java
47
import com.android.internal.telephony.
SubscriptionController
;
276
long[] subId =
SubscriptionController
.getInstance().getSubId(slotId);
278
if (subId[0] ==
SubscriptionController
.getInstance().getDefaultSubId()) {
282
SubscriptionController
.getInstance().setMccMnc(operator, subId[0]);
[
all
...]
SIMRecords.java
37
import com.android.internal.telephony.
SubscriptionController
;
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ProxyController.java
124
int phoneId =
SubscriptionController
.getInstance().getPhoneId(subId);
132
int phoneId =
SubscriptionController
.getInstance().getPhoneId(subId);
140
int phoneId =
SubscriptionController
.getInstance().getPhoneId(subId);
PhoneFactory.java
153
Rlog.i(LOG_TAG, "Creating
SubscriptionController
");
154
SubscriptionController
.init(context, sCommandsInterfaces);
201
SubscriptionController
.getInstance().updatePhonesAvailability(sProxyPhones);
284
int phoneId =
SubscriptionController
.getInstance().getPhoneId(getDefaultSubscription());
306
int phoneId =
SubscriptionController
.getInstance().getPhoneId(subId);
337
// TODO: Fix when we "properly" have TelephonyDevController/
SubscriptionController
..
350
return
SubscriptionController
.getInstance().getDefaultSubId();
364
int phoneId =
SubscriptionController
.getInstance().getPhoneId(subId);
437
int phoneId =
SubscriptionController
.getInstance().getPhoneId(subId);
457
int phoneId =
SubscriptionController
.getInstance().getPhoneId(subId)
[
all
...]
DebugService.java
121
SubscriptionController
.getInstance().dump(fd, pw, args);
SubscriptionController.java
54
*
SubscriptionController
to provide an inter-process communication to
69
public class
SubscriptionController
extends ISub.Stub {
118
private static
SubscriptionController
sInstance = null;
155
public static
SubscriptionController
init(Phone phone) {
156
synchronized (
SubscriptionController
.class) {
158
sInstance = new
SubscriptionController
(phone);
166
public static
SubscriptionController
init(Context c, CommandsInterface[] ci) {
167
synchronized (
SubscriptionController
.class) {
169
sInstance = new
SubscriptionController
(c);
177
public static
SubscriptionController
getInstance()
[
all
...]
UiccPhoneBookController.java
131
long phoneId =
SubscriptionController
.getInstance().getPhoneId(subId);
UiccSmsController.java
299
int phoneId =
SubscriptionController
.getInstance().getPhoneId(subId) ;
SubInfoRecordUpdater.java
320
SubscriptionController
.getInstance().getSubInfoUsingSlotIdWithCheck(i, false);
PhoneBase.java
[
all
...]
SMSDispatcher.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java
41
import com.android.internal.telephony.
SubscriptionController
;
71
private
SubscriptionController
mSubController =
SubscriptionController
.getInstance();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java
53
import com.android.internal.telephony.
SubscriptionController
;
367
SubscriptionController
.getInstance().setMccMnc(operatorNumeric, getSubId());
CDMAPhone.java
62
import com.android.internal.telephony.
SubscriptionController
;
226
SubscriptionController
.getInstance().setMccMnc(operatorNumeric, getSubId());
[
all
...]
/packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java
39
import com.android.internal.telephony.
SubscriptionController
;
385
int phoneId =
SubscriptionController
.getInstance().getPhoneId(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java
32
import com.android.internal.telephony.
SubscriptionController
;
642
SubscriptionController
sControl =
SubscriptionController
.getInstance();
[
all
...]
Completed in 183 milliseconds