Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java102 + SubscriptionManager.IS_OPPORTUNISTIC + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
DSubscriptionInfoUpdaterTest.java684 SubscriptionManager.IS_OPPORTUNISTIC).intValue()); in testUpdateFromCarrierConfigOpportunisticSetOpportunistic()
716 SubscriptionManager.IS_OPPORTUNISTIC).intValue()); in testUpdateFromCarrierConfigOpportunisticAddToGroup()
752 SubscriptionManager.IS_OPPORTUNISTIC).intValue()); in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup()
DSubscriptionControllerTest.java813 values.put(SubscriptionManager.IS_OPPORTUNISTIC, 1); in testDisabledSubscriptionGroup()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java367 SubscriptionManager.IS_OPPORTUNISTIC)) == 1; in getSubInfoRecord()
2583 case SubscriptionManager.IS_OPPORTUNISTIC: in setSubscriptionPropertyIntoContentResolver()
2657 case SubscriptionManager.IS_OPPORTUNISTIC: in getSubscriptionProperty()
2825 int ret = setSubscriptionProperty(subId, SubscriptionManager.IS_OPPORTUNISTIC, in setOpportunistic()
3620 SubscriptionManager.IS_OPPORTUNISTIC + "=1 AND ("
DSubscriptionInfoUpdater.java967 cv.put(SubscriptionManager.IS_OPPORTUNISTIC, isOpportunistic ? "1" : "0"); in updateSubscriptionByCarrierConfig()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java701 public static final String IS_OPPORTUNISTIC = "is_opportunistic"; field in SubscriptionManager