Home
last modified time | relevance | path

Searched refs:DEFAULT_PHONE_INDEX (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java310 } else if (phoneId == SubscriptionManager.DEFAULT_PHONE_INDEX) { in getPhone()
363 if (phoneId == SubscriptionManager.DEFAULT_PHONE_INDEX) { in getNetworkFactory()
DSubscriptionController.java146 private static int mDefaultPhoneId = SubscriptionManager.DEFAULT_PHONE_INDEX;
3601 mDefaultPhoneId = SubscriptionManager.DEFAULT_PHONE_INDEX;
DPhone.java497 this(name, notifier, context, ci, unitTestMode, SubscriptionManager.DEFAULT_PHONE_INDEX, in Phone()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSwitcherTest.java1068 } else if (phoneId == SubscriptionManager.DEFAULT_PHONE_INDEX) { in initializeSubControllerMock()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1416 notifyDataConnectionForSubscriber(SubscriptionManager.DEFAULT_PHONE_INDEX, in notifyDataConnection()
1493 notifyDataConnectionFailedForSubscriber(SubscriptionManager.DEFAULT_PHONE_INDEX, in notifyDataConnectionFailed()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java116 public static final int DEFAULT_PHONE_INDEX = Integer.MAX_VALUE; field in SubscriptionManager