Searched refs:CLIR_DEFAULT (Results 1 – 9 of 9) sorted by relevance
96 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()
81 protected int mClirMode = CommandsInterface.CLIR_DEFAULT;
192 mPendingCallClirMode = CommandsInterface.CLIR_DEFAULT; in updatePhoneType()563 .setClirMode(CommandsInterface.CLIR_DEFAULT) in dialGsm()
57 static final int CLIR_DEFAULT = 0; // "use subscription default value" field
2792 mCi.setCLIR(CommandsInterface.CLIR_DEFAULT, null); in syncClirSetting()
499 private int mClirMode = CommandsInterface.CLIR_DEFAULT;1207 CommandsInterface.CLIR_DEFAULT); in getClirMode()1210 return CommandsInterface.CLIR_DEFAULT; in getClirMode()
786 return CommandsInterface.CLIR_DEFAULT; in getCLIRMode()
892 return CommandsInterface.CLIR_DEFAULT; in getCLIRMode()
533 verify(mMockCi).setCLIR(eq(CommandsInterface.CLIR_DEFAULT), any()); in testClirCs()