Searched refs:CLIR_INVOCATION (Results 1 - 3 of 3) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java51 static final int CLIR_INVOCATION = 1; // (restrict CLI presentation) field in interface:CommandsInterface
817 * CLIR_INVOCATION == on "CLIR invocation" (restrict CLI presentation)
830 * CLIR_INVOCATION == on "CLIR invocation" (restrict CLI presentation)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java735 return CommandsInterface.CLIR_INVOCATION;
801 mPhone.mCi.setCLIR(CommandsInterface.CLIR_INVOCATION,
1259 mPhone.saveClirSetting(CommandsInterface.CLIR_INVOCATION);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java161 private static final int CLIR_INVOCATION = 1; field in class:ImsPhoneMmiCode
627 return CommandsInterface.CLIR_INVOCATION;
781 mPhone.mCT.getUtInterface().updateCLIR(CommandsInterface.CLIR_INVOCATION,
1413 case CLIR_INVOCATION:
1437 case CLIR_INVOCATION:

Completed in 177 milliseconds