Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DRuimEfData.java43 ? IccRecords.CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN : in getServiceProviderNameDisplayCondition()
DCarrierDisplayNameResolver.java469 & IccRecords.CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN) in shouldShowSpn()
470 == IccRecords.CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN); in shouldShowSpn()
488 & IccRecords.CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN, in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java194 CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN},
198 public static final int CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN = 2; field in IccRecords
1295 carrierNameDisplayCondition |= CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN; in convertSpnDisplayConditionToBitmask()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java289 | IccRecords.CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN) in setUp()
295 | IccRecords.CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java23 …t static com.android.internal.telephony.uicc.IccRecords.CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN;
3758 & CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN) in getCarrierNameDisplayBitmask()
3759 == CARRIER_NAME_DISPLAY_CONDITION_BITMASK_SPN) { in getCarrierNameDisplayBitmask()