Home
last modified time | relevance | path

Searched refs:COLUMN_PORT_INDEX (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
DDataServiceUtils.java194 public static final String COLUMN_PORT_INDEX = "portIndex"; field in DataServiceUtils.UiccInfoData
269 public static final String COLUMN_PORT_INDEX = "portIndex"; field in DataServiceUtils.SubscriptionInfoData
DUiccInfoEntity.java75 @ColumnInfo(name = DataServiceUtils.UiccInfoData.COLUMN_PORT_INDEX)
DSubscriptionInfoEntity.java102 @ColumnInfo(name = DataServiceUtils.SubscriptionInfoData.COLUMN_PORT_INDEX)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java124 + Telephony.SimInfo.COLUMN_PORT_INDEX + " INTEGER DEFAULT -1," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java265 SimInfo.COLUMN_PORT_INDEX,
408 SimInfo.COLUMN_PORT_INDEX,
1978 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_PORT_INDEX, portIndex, in setPortIndex()
2382 SimInfo.COLUMN_PORT_INDEX))) in createSubscriptionInfoFromCursor()
/frameworks/base/core/java/android/provider/
DTelephony.java4765 public static final String COLUMN_PORT_INDEX = "port_index"; field in Telephony.SimInfo
5044 COLUMN_PORT_INDEX,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java1867 assertThat(mDatabaseManagerUT.getSubscriptionProperty(1, SimInfo.COLUMN_PORT_INDEX)) in testUpdatePortIndex()
1869 mDatabaseManagerUT.setSubscriptionProperty(1, SimInfo.COLUMN_PORT_INDEX, 2); in testUpdatePortIndex()