Searched defs:ssInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsUtListenerImplBase.java57 public void utConfigurationQueried(IImsUt ut, int id, Bundle ssInfo) throws RemoteException { argument
H A DImsUtImplBase.java107 public int transact(Bundle ssInfo) throws RemoteException { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSsData.java111 public int[] ssInfo; /* This is the response data for most of the SS GET/SET field in class:SsData
113 two ints, so first two values of ssInfo[] will be
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java510 public void transact(Bundle ssInfo, Message result) { argument
512 log("transact :: Ut=" + miUt + ", ssInfo=" + ssInfo);
517 int id = miUt.transact(ssInfo);
560 private void sendSuccessReport(Message result, Object ssInfo) { argument
565 AsyncResult.forMessage(result, ssInfo, null);
612 public void utConfigurationQueried(IImsUt ut, int id, Bundle ssInfo) { argument
616 sendSuccessReport(mPendingCmds.get(key), ssInfo);

Completed in 86 milliseconds