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/ |
D | SubscriptionDatabaseManager.java | 250 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()
|
D | SubscriptionManagerService.java | 191 SimInfo.COLUMN_VOIMS_OPT_IN_STATUS,
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 4862 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/ |
D | SubscriptionManagerServiceTest.java | 2155 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()
|
D | SubscriptionDatabaseManagerTest.java | 1419 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/ |
D | SubscriptionManager.java | 1009 public static final String VOIMS_OPT_IN_STATUS = SimInfo.COLUMN_VOIMS_OPT_IN_STATUS;
|