Home
last modified time | relevance | path

Searched refs:clirMode (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsUtImplBase.java205 public int updateCLIR(int clirMode) throws RemoteException {
206 return executeMethodAsyncForResult(() -> ImsUtImplBase.this.updateCLIR(clirMode),
454 public int updateCLIR(int clirMode) { in updateCLIR() argument
455 return updateClir(clirMode); in updateCLIR()
485 public int updateClir(int clirMode) { in updateClir() argument
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsUt.aidl93 int updateCLIR(int clirMode); in updateCLIR() argument
/aosp14/frameworks/base/telephony/java/com/android/ims/
H A DImsUtInterface.java189 public void updateCLIR(int clirMode, Message result); in updateCLIR() argument