Home
last modified time | relevance | path

Searched refs:COLUMN_IS_NTN (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java134 + Telephony.SimInfo.COLUMN_IS_NTN + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java283 SimInfo.COLUMN_IS_NTN,
426 SimInfo.COLUMN_IS_NTN,
2066 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_IS_NTN, isNtn, in setNtn()
2405 SimInfo.COLUMN_IS_NTN))); in createSubscriptionInfoFromCursor()
DSubscriptionManagerService.java196 SimInfo.COLUMN_IS_NTN,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java2028 SimInfo.COLUMN_IS_NTN)).isEqualTo(FAKE_SATELLITE_IS_NTN_ENABLED); in testUpdateSatelliteNtn()
2031 SimInfo.COLUMN_IS_NTN, FAKE_SATELLITE_IS_NTN_DISABLED); in testUpdateSatelliteNtn()
2103 SimInfo.COLUMN_IS_NTN)).isNotEqualTo(FAKE_SATELLITE_IS_NTN_ENABLED); in testUpdateSatelliteNtnWithFeatureDisabled()
2106 SimInfo.COLUMN_IS_NTN, FAKE_SATELLITE_IS_NTN_ENABLED); in testUpdateSatelliteNtnWithFeatureDisabled()
/frameworks/base/core/java/android/provider/
DTelephony.java4943 public static final String COLUMN_IS_NTN = "is_ntn"; field in Telephony.SimInfo
5050 COLUMN_IS_NTN,