Home
last modified time | relevance | path

Searched refs:CLIR_DEFAULT (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCLIRListPreference.java96 int value = CommandsInterface.CLIR_DEFAULT; in handleGetCLIRResult()
110 value = CommandsInterface.CLIR_DEFAULT; in handleGetCLIRResult()
117 value = CommandsInterface.CLIR_DEFAULT; in handleGetCLIRResult()
120 value = (!mConfigSupportNetworkDefault && value == CommandsInterface.CLIR_DEFAULT) in handleGetCLIRResult()
134 case CommandsInterface.CLIR_DEFAULT: in handleGetCLIRResult()
155 return mConfigSupportNetworkDefault ? CommandsInterface.CLIR_DEFAULT : in convertValueToCLIRMode()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java81 protected int mClirMode = CommandsInterface.CLIR_DEFAULT;
H A DGsmCdmaCallTracker.java192 mPendingCallClirMode = CommandsInterface.CLIR_DEFAULT; in updatePhoneType()
563 .setClirMode(CommandsInterface.CLIR_DEFAULT) in dialGsm()
H A DCommandsInterface.java57 static final int CLIR_DEFAULT = 0; // "use subscription default value" field
H A DGsmCdmaPhone.java2792 mCi.setCLIR(CommandsInterface.CLIR_DEFAULT, null); in syncClirSetting()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java499 private int mClirMode = CommandsInterface.CLIR_DEFAULT;
1207 CommandsInterface.CLIR_DEFAULT); in getClirMode()
1210 return CommandsInterface.CLIR_DEFAULT; in getClirMode()
H A DImsPhoneMmiCode.java786 return CommandsInterface.CLIR_DEFAULT; in getCLIRMode()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java892 return CommandsInterface.CLIR_DEFAULT; in getCLIRMode()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java533 verify(mMockCi).setCLIR(eq(CommandsInterface.CLIR_DEFAULT), any()); in testClirCs()