Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java250 SimInfo.COLUMN_VOIMS_OPT_IN_STATUS,
402 SimInfo.COLUMN_VOIMS_OPT_IN_STATUS,
545 SimInfo.COLUMN_VOIMS_OPT_IN_STATUS,
1906 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_VOIMS_OPT_IN_STATUS, isVoImsOptInEnabled, in setVoImsOptInEnabled()
2369 SimInfo.COLUMN_VOIMS_OPT_IN_STATUS))) in createSubscriptionInfoFromCursor()
DSubscriptionManagerService.java191 SimInfo.COLUMN_VOIMS_OPT_IN_STATUS,
/frameworks/base/core/java/android/provider/
DTelephony.java4862 public static final String COLUMN_VOIMS_OPT_IN_STATUS = "voims_opt_in_status"; field in Telephony.SimInfo
5039 COLUMN_VOIMS_OPT_IN_STATUS,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java2155 SimInfo.COLUMN_VOIMS_OPT_IN_STATUS, CALLING_PACKAGE, CALLING_FEATURE)); in testSetGetVoImsOptInEnabled()
2159 SimInfo.COLUMN_VOIMS_OPT_IN_STATUS, CALLING_PACKAGE, CALLING_FEATURE)) in testSetGetVoImsOptInEnabled()
2163 .setSubscriptionProperty(1, SimInfo.COLUMN_VOIMS_OPT_IN_STATUS, "0")); in testSetGetVoImsOptInEnabled()
2169 SimInfo.COLUMN_VOIMS_OPT_IN_STATUS, "0"); in testSetGetVoImsOptInEnabled()
DSubscriptionDatabaseManagerTest.java1419 1, SimInfo.COLUMN_VOIMS_OPT_IN_STATUS)).isEqualTo(0); in testUpdateVoImsOptInEnabled()
1420 mDatabaseManagerUT.setSubscriptionProperty(1, SimInfo.COLUMN_VOIMS_OPT_IN_STATUS, 1); in testUpdateVoImsOptInEnabled()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1009 public static final String VOIMS_OPT_IN_STATUS = SimInfo.COLUMN_VOIMS_OPT_IN_STATUS;