Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
DDataServiceUtils.java275 public static final String COLUMN_IS_OPPORTUNISTIC = "isOpportunistic"; field in DataServiceUtils.SubscriptionInfoData
DSubscriptionInfoEntity.java105 @ColumnInfo(name = DataServiceUtils.SubscriptionInfoData.COLUMN_IS_OPPORTUNISTIC)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java104 + Telephony.SimInfo.COLUMN_IS_OPPORTUNISTIC + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java205 SimInfo.COLUMN_IS_OPPORTUNISTIC,
378 SimInfo.COLUMN_IS_OPPORTUNISTIC,
1675 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_IS_OPPORTUNISTIC, isOpportunistic, in setOpportunistic()
2338 SimInfo.COLUMN_IS_OPPORTUNISTIC))) in createSubscriptionInfoFromCursor()
/frameworks/base/core/java/android/provider/
DTelephony.java4723 public static final String COLUMN_IS_OPPORTUNISTIC = "is_opportunistic"; field in Telephony.SimInfo
5021 COLUMN_IS_OPPORTUNISTIC,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java1443 1, SimInfo.COLUMN_IS_OPPORTUNISTIC)).isEqualTo(1); in testUpdateOpportunistic()
1444 mDatabaseManagerUT.setSubscriptionProperty(1, SimInfo.COLUMN_IS_OPPORTUNISTIC, 0); in testUpdateOpportunistic()