Searched refs:CLIR_KEY (Results 1 – 3 of 3) sorted by relevance
1419 int clirSetting = sp.getInt(CLIR_KEY + getPhoneId(), -1); in syncClirSetting()1724 editor.putInt(CLIR_KEY + getPhoneId(), commandInterfaceCLIRMode); in saveClirSetting()
280 int oirMode = sp.getInt(PhoneBase.CLIR_KEY, CommandsInterface.CLIR_DEFAULT); in dial()
185 public static final String CLIR_KEY = "clir_key"; field in PhoneBase