Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java81 protected int mClirMode = CommandsInterface.CLIR_DEFAULT;
DGsmCdmaCallTracker.java192 mPendingCallClirMode = CommandsInterface.CLIR_DEFAULT; in updatePhoneType()
563 .setClirMode(CommandsInterface.CLIR_DEFAULT) in dialGsm()
DCommandsInterface.java57 static final int CLIR_DEFAULT = 0; // "use subscription default value" field
DGsmCdmaPhone.java2769 mCi.setCLIR(CommandsInterface.CLIR_DEFAULT, null); in syncClirSetting()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java499 private int mClirMode = CommandsInterface.CLIR_DEFAULT;
1207 CommandsInterface.CLIR_DEFAULT); in getClirMode()
1210 return CommandsInterface.CLIR_DEFAULT; in getClirMode()
DImsPhoneMmiCode.java786 return CommandsInterface.CLIR_DEFAULT; in getCLIRMode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java892 return CommandsInterface.CLIR_DEFAULT; in getCLIRMode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java529 verify(mMockCi).setCLIR(eq(CommandsInterface.CLIR_DEFAULT), any()); in testClirCs()