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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSsData.java110 public int[] ssInfo; /* This is the response data for most of the SS GET/SET field in class:SsData
112 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 1650 milliseconds