HomeSort by relevance Sort by last modified time
    Searched defs:SignedLongLong (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/
SignedLongLong.java 29 public class SignedLongLong implements Comparable<SignedLongLong> {
34 public SignedLongLong(long leastSigBits, long mostSigBits) {
40 * Create a SignedLongLong from a Hex-String without "0x" prefix
45 public static SignedLongLong fromString(String value) throws UnsupportedEncodingException {
64 return new SignedLongLong(lsb, msb);
68 public int compareTo(SignedLongLong another) {
108 SignedLongLong other = (SignedLongLong) obj;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 29 import com.android.bluetooth.SignedLongLong;
59 private SignedLongLong mBtUid = null;
67 newElement.mBtUid = new SignedLongLong(contact.getId(),0);
86 this.mBtUid = SignedLongLong.fromString(btUid);
141 public void setBtUid(SignedLongLong btUid) {
266 newElement.setBtUid(SignedLongLong.fromString(attributeValue));
  /external/clang/include/clang/Basic/
TargetInfo.h 134 SignedLongLong,
258 case SignedLongLong:
    [all...]

Completed in 197 milliseconds