Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
DDataServiceUtils.java184 public static final String COLUMN_IS_REMOVABLE = "isRemovable"; field in DataServiceUtils.UiccInfoData
DUiccInfoEntity.java69 @ColumnInfo(name = DataServiceUtils.UiccInfoData.COLUMN_IS_REMOVABLE)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java85 + Telephony.SimInfo.COLUMN_IS_REMOVABLE + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java148 SimInfo.COLUMN_IS_REMOVABLE,
321 SimInfo.COLUMN_IS_REMOVABLE,
1391 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_IS_REMOVABLE, isRemovableEmbedded, in setRemovableEmbedded()
2300 SimInfo.COLUMN_IS_REMOVABLE))) in createSubscriptionInfoFromCursor()
/frameworks/base/core/java/android/provider/
DTelephony.java4634 public static final String COLUMN_IS_REMOVABLE = "is_removable"; field in Telephony.SimInfo
5002 COLUMN_IS_REMOVABLE,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java968 assertThat(mDatabaseManagerUT.getSubscriptionProperty(1, SimInfo.COLUMN_IS_REMOVABLE)) in testUpdateRemovableEmbedded()
970 mDatabaseManagerUT.setSubscriptionProperty(1, SimInfo.COLUMN_IS_REMOVABLE, 0); in testUpdateRemovableEmbedded()