HomeSort by relevance Sort by last modified time
    Searched refs:ImpsUtils (Results 1 - 9 of 9) sorted by null

  /packages/apps/IM/src/com/android/im/imps/
ImpsPresenceUtils.java 117 boolean onlineStatus = ImpsUtils.isQualifiedPresence(onlineStatusElem)
118 && ImpsUtils.isTrue(onlineStatusElem.getChildContents(ImpsTags.PresenceValue));
121 String userAvailability = ImpsUtils.isQualifiedPresence(availabilityElem) ?
163 if (ImpsUtils.isQualifiedPresence(clientInfoElem)) {
185 if (ImpsUtils.isQualifiedPresence(statusTextElem)) {
193 if(ImpsUtils.isQualifiedPresence(statusContentElem)) {
204 if(ImpsUtils.isQualifiedPresence(statusContentElem)) {
ImpsUtils.java 27 public class ImpsUtils {
33 private ImpsUtils() {
141 return ImpsUtils.isTrue(elem.getChildContents(ImpsTags.Qualifier));
AsyncTransaction.java 63 ImpsErrorInfo error = ImpsUtils.checkResultError(response);
ImpsConnection.java 234 long keepAlive = ImpsUtils.parseLong(keepAliveTime,
241 mSession.setCapablityRequestRequired(ImpsUtils.isTrue(capablityReqeust));
583 if (primitive.getCir() != null && ImpsUtils.isFalse(primitive.getCir())) {
594 if (primitive.getPoll() != null && ImpsUtils.isTrue(primitive.getPoll())) {
600 ImErrorInfo error = ImpsUtils.checkResultError(primitive);
607 ImpsErrorInfo error = ImpsUtils.checkResultError(primitive);
682 null, Presence.CLIENT_TYPE_MOBILE, ImpsUtils.getClientInfo());
687 if (!ImpsUtils.getClientInfo().equals(mUserPresence.getExtendedInfo())) {
733 Map<String, String> map = ImpsUtils.getClientInfo();
ImpsSession.java 79 mCookie = ImpsUtils.genSessionCookie();
401 mCirTcpPort = (int)ImpsUtils.parseLong(element.getContents(),
405 mServerPollMin = ImpsUtils.parseLong(element.getContents(),
PrimitiveContentHandler.java 89 String contentStr = ImpsUtils.trim(new String(ch, start, length));
ImpsChatSessionManager.java 97 ImErrorInfo error = ImpsUtils.checkResultError(primitive);
ImpsChatGroupManager.java 147 response.addElement(ImpsTags.Acceptance, ImpsUtils.toImpsBool(accept));
240 // ImpsUtils.checkResult(response);
ImpsContactListManager.java 421 ImpsUtils.toImpsBool(isDefault));
737 isDefault = ImpsUtils.isTrue(value);
    [all...]

Completed in 129 milliseconds