/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothUuid.java | 288 long lsb = BASE_UUID.getUuid().getLeastSignificantBits(); in parseUuidFrom() 327 long lsb = uuid.getUuid().getLeastSignificantBits(); in uuidToBytes() 347 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is16BitUuid() 365 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is32BitUuid()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | BitUtils.java | 60 return maskedEquals(a.getLeastSignificantBits(), b.getLeastSignificantBits(), in maskedEquals() 61 mask.getLeastSignificantBits()) in maskedEquals()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaCrypto.java | 45 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID()
|
H A D | MediaDrm.java | 231 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID()
|
H A D | MediaPlayer.java | 5746 long lsb = uuid.getLeastSignificantBits(); in getByteArrayFromUUID()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | ParcelUuid.java | 134 dest.writeLong(mUuid.getLeastSignificantBits()); in writeToParcel()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/ |
H A D | SignedLongLong.java | 124 public long getLeastSignificantBits() { in getLeastSignificantBits() method in SignedLongLong
|
H A D | Utils.java | 218 lsb = uuid.getLeastSignificantBits(); in uuidToByteArray() 233 lsb = uuid.getLeastSignificantBits(); in uuidsToByteArray()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
H A D | UtilsTest.java | 110 assertThat(Utils.bytesToUUID(bytes).getLeastSignificantBits()) in testBytesToUUID()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapAppParams.java | 774 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits()); in encodeParams() 795 appParamBuf.putLong(getChatStateConvoId().getLeastSignificantBits()); in encodeParams() 1029 ret.putLong(mChatStateConvoId.getLeastSignificantBits()); in getChatStateConvoIdByteArray() 1094 str = BluetoothMapUtils.getLongAsString(mFilterConvoId.getLeastSignificantBits()); in getFilterConvoIdString()
|
H A D | BluetoothMapConvoListingElement.java | 214 return mId.getLeastSignificantBits(); in getCpConvoId()
|
H A D | BluetoothMapObexServer.java | 1050 : Long.toHexString(tmpLongLong.getLeastSignificantBits()))); in onGet()
|
H A D | BluetoothMapContent.java | 2063 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms() 3420 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | Utils.java | 230 .putLong(uuid.getLeastSignificantBits()) in uuidToBytes()
|
/aosp12/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalStorage.java | 449 buf.putLong(id.getLeastSignificantBits()); in idToBytes()
|
/aosp12/packages/services/Mms/src/com/android/mms/service/ |
H A D | MmsRequest.java | 348 mAnomalyUUID.getLeastSignificantBits() + ((lhttpStatusCode << 32) + lresult)); in generateUUID()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 2697 …gattClientRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_su… in registerClient() 2866 gattClientDiscoverServiceByUuidNative(connId, uuid.getLeastSignificantBits(), in discoverServiceByUuid() 2922 gattClientReadUsingCharacteristicUuidNative(connId, uuid.getLeastSignificantBits(), in readUsingCharacteristicUuid() 3466 …gattServerRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_su… in registerServer() 3949 gattTestNative(command, uuid1.getLeastSignificantBits(), uuid1.getMostSignificantBits(), in gattTestCommand()
|
H A D | ScanManager.java | 193 mScanNative.registerScannerNative(uuid.getLeastSignificantBits(), in registerScanner()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 1902 dest.writeLong(storageUuid.getLeastSignificantBits()); in writeToParcel()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SMSDispatcher.java | 2304 mAnomalyUnexpectedErrorFromRilUUID.getLeastSignificantBits() in generateUUID()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DataConnection.java | 829 bb.putLong(OS_ID.getLeastSignificantBits()); in getEnterpriseOsAppId()
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 6272 HSPLjava/util/UUID;->getLeastSignificantBits()J
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 48996 method public long getLeastSignificantBits();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 28878 HSPLjava/util/UUID;->getLeastSignificantBits()J
|