Searched refs:COLUMN_IS_OPPORTUNISTIC (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/ |
D | DataServiceUtils.java | 275 public static final String COLUMN_IS_OPPORTUNISTIC = "isOpportunistic"; field in DataServiceUtils.SubscriptionInfoData
|
D | SubscriptionInfoEntity.java | 105 @ColumnInfo(name = DataServiceUtils.SubscriptionInfoData.COLUMN_IS_OPPORTUNISTIC)
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | FakeTelephonyProvider.java | 104 + Telephony.SimInfo.COLUMN_IS_OPPORTUNISTIC + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionDatabaseManager.java | 205 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/ |
D | Telephony.java | 4723 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/ |
D | SubscriptionDatabaseManagerTest.java | 1443 1, SimInfo.COLUMN_IS_OPPORTUNISTIC)).isEqualTo(1); in testUpdateOpportunistic() 1444 mDatabaseManagerUT.setSubscriptionProperty(1, SimInfo.COLUMN_IS_OPPORTUNISTIC, 0); in testUpdateOpportunistic()
|