Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java131 + Telephony.SimInfo.COLUMN_SATELLITE_ENABLED + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java277 SimInfo.COLUMN_SATELLITE_ENABLED,
420 SimInfo.COLUMN_SATELLITE_ENABLED,
549 SimInfo.COLUMN_SATELLITE_ENABLED,
2031 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_SATELLITE_ENABLED, in setSatelliteEnabled()
2390 SimInfo.COLUMN_SATELLITE_ENABLED))) in createSubscriptionInfoFromCursor()
DSubscriptionManagerService.java194 SimInfo.COLUMN_SATELLITE_ENABLED,
/frameworks/base/core/java/android/provider/
DTelephony.java4925 public static final String COLUMN_SATELLITE_ENABLED = "satellite_enabled"; field in Telephony.SimInfo
5048 COLUMN_SATELLITE_ENABLED,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java1963 FAKE_SUBSCRIPTION_INFO1.getSubscriptionId(), SimInfo.COLUMN_SATELLITE_ENABLED)) in testUpdateSatelliteEnabled()
1967 SimInfo.COLUMN_SATELLITE_ENABLED, 0); in testUpdateSatelliteEnabled()