Home
last modified time | relevance | path

Searched refs:mUuid (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/os/
DParcelUuid.java28 private final UUID mUuid; field in ParcelUuid
37 mUuid = uuid; in ParcelUuid()
61 return mUuid; in getUuid()
72 return mUuid.toString(); in toString()
78 return mUuid.hashCode(); in hashCode()
107 return (this.mUuid.equals(that.mUuid)); in equals()
129 dest.writeLong(mUuid.getMostSignificantBits()); in writeToParcel()
130 dest.writeLong(mUuid.getLeastSignificantBits()); in writeToParcel()
/frameworks/base/core/java/android/app/usage/
DCacheQuotaHint.java38 private final String mUuid; field in CacheQuotaHint
48 this.mUuid = builder.mUuid; in CacheQuotaHint()
55 return mUuid; in getVolumeUuid()
72 dest.writeString(mUuid); in writeToParcel()
87 return Objects.equals(mUuid, other.mUuid) in equals()
97 return Objects.hash(this.mUuid, this.mUid, this.mUsageStats, this.mQuota); in hashCode()
101 private String mUuid; field in CacheQuotaHint.Builder
117 mUuid = uuid; in setVolumeUuid()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattIncludedService.java34 protected UUID mUuid; field in BluetoothGattIncludedService
50 mUuid = uuid; in BluetoothGattIncludedService()
62 out.writeParcelable(new ParcelUuid(mUuid), 0); in writeToParcel()
79 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattIncludedService()
90 return mUuid; in getUuid()
DBluetoothGattService.java58 protected UUID mUuid; field in BluetoothGattService
107 mUuid = uuid; in BluetoothGattService()
122 mUuid = uuid; in BluetoothGattService()
136 mUuid = uuid; in BluetoothGattService()
152 out.writeParcelable(new ParcelUuid(mUuid), 0); in writeToParcel()
178 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattService()
306 return mUuid; in getUuid()
DBluetoothGattDescriptor.java96 protected UUID mUuid; field in BluetoothGattDescriptor
160 mUuid = uuid; in initDescriptor()
172 out.writeParcelable(new ParcelUuid(mUuid), 0); in writeToParcel()
189 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattDescriptor()
218 return mUuid; in getUuid()
DBluetoothGattCharacteristic.java178 protected UUID mUuid; field in BluetoothGattCharacteristic
271 mUuid = uuid; in initCharacteristic()
293 out.writeParcelable(new ParcelUuid(mUuid), 0); in writeToParcel()
314 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattCharacteristic()
394 return mUuid; in getUuid()
DBluetoothSocket.java128 private final ParcelUuid mUuid; field in BluetoothSocket
204 mUuid = uuid; in BluetoothSocket()
206 mUuid = new ParcelUuid(new UUID(0, 0)); in BluetoothSocket()
232 mUuid = s.mUuid; in BluetoothSocket()
389 mUuid, mPort, getSecurityFlags()); in connect()
432 mUuid, mPort, getSecurityFlags()); in bindListen()
/frameworks/native/libs/sensor/
DSensor.cpp54 mUuid = uuid; in Sensor()
444 return mUuid; in getUuid()
448 mUuid.i64[0] = id; in setId()
449 mUuid.i64[1] = 0; in setId()
453 return int32_t(mUuid.i64[0]); in getId()
462 sizeof(mRequiredAppOp) + sizeof(mMaxDelay) + sizeof(mFlags) + sizeof(mUuid); in getFlattenedSize()
496 if (mUuid.i64[1] != 0) { in flatten()
506 FlattenableUtils::write(buffer, size, mUuid); in flatten()
547 sizeof(mFlags) + sizeof(mUuid); in unflatten()
556 FlattenableUtils::read(buffer, size, mUuid); in unflatten()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyEffects.h93 mUuid(uuid) { } in EffectDesc()
96 mUuid(orig.mUuid) { in EffectDesc()
119 effect_uuid_t mUuid; variable
DAudioPolicyEffects.cpp121 sp<AudioEffect> fx = new AudioEffect(NULL, String16("android"), &effect->mUuid, -1, 0, in addInputEffects()
270 sp<AudioEffect> fx = new AudioEffect(NULL, String16("android"), &effect->mUuid, 0, 0, 0, in addOutputSessionEffects()
597 effect->mName, effect->mUuid.timeLow); in loadEffectConfig()
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewBasicTest.java321 assertEquals("uuid in layout manager should be preserved properly", mlm.mUuid, in savedState()
322 mlmRestored.mUuid); in savedState()
600 String mUuid = UUID.randomUUID().toString(); field in RecyclerViewBasicTest.MockLayoutManager
624 lss.mUuid = mUuid; in onSaveInstanceState()
632 mUuid = ((LayoutManagerSavedState) state).mUuid; in onRestoreInstanceState()
679 String mUuid; field in RecyclerViewBasicTest.LayoutManagerSavedState
682 mUuid = in.readString(); in LayoutManagerSavedState()
696 dest.writeString(mUuid); in writeToParcel()
/frameworks/native/libs/sensor/include/sensor/
DSensor.h135 uuid_t mUuid; variable
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java466 private UUID mUuid; field in SoundTriggerService.LocalSoundTriggerRecognitionStatusIntentCallback
473 mUuid = modelUuid; in LocalSoundTriggerRecognitionStatusIntentCallback()
588 mCallbacks.remove(mUuid); in removeCallback()
/frameworks/base/config/
Dhiddenapi-private-dex.txt11003 Landroid/app/usage/CacheQuotaHint$Builder;->mUuid:Ljava/lang/String;
11007 Landroid/app/usage/CacheQuotaHint;->mUuid:Ljava/lang/String;
12279 Landroid/bluetooth/BluetoothGattCharacteristic;->mUuid:Ljava/util/UUID;
12297 Landroid/bluetooth/BluetoothGattDescriptor;->mUuid:Ljava/util/UUID;
12310 Landroid/bluetooth/BluetoothGattIncludedService;->mUuid:Ljava/util/UUID;
12344 Landroid/bluetooth/BluetoothGattService;->mUuid:Ljava/util/UUID;
13014 Landroid/bluetooth/BluetoothSocket;->mUuid:Landroid/os/ParcelUuid;
64336 Landroid/os/ParcelUuid;->mUuid:Ljava/util/UUID;