Home
last modified time | relevance | path

Searched refs:mAccountId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/drm/java/android/drm/
DProcessedData.java31 private String mAccountId = "_NO_USER"; field in ProcessedData
42 mAccountId = accountId; in ProcessedData()
54 mAccountId = accountId; in ProcessedData()
73 return mAccountId; in getAccountId()
DDrmRights.java46 private String mAccountId; field in DrmRights
70 mAccountId = accountId; in DrmRights()
85 mAccountId = accountId; in DrmRights()
127 mAccountId = data.getAccountId(); in DrmRights()
162 return mAccountId; in getAccountId()
/frameworks/av/drm/common/
DDrmRights.cpp25 mAccountId(accountId), in DrmRights()
39 mAccountId(accountId), in DrmRights()
57 return mAccountId; in getAccountId()
/frameworks/base/core/java/android/provider/
DE2eeContactKeysManager.java882 return Objects.hash(mDeviceId, mAccountId, mOwnerPackageName, mTimeUpdated, in hashCode()
897 && Objects.equals(mAccountId, toCompare.mAccountId) in equals()
911 dest.writeString8(mAccountId); in writeToParcel()
980 return Objects.hash(mDeviceId, mAccountId, mOwnerPackageName, mTimeUpdated, in hashCode()
994 && Objects.equals(mAccountId, toCompare.mAccountId) in equals()
1004 dest.writeString8(mAccountId); in writeToParcel()
1063 protected final String mAccountId; field in E2eeContactKeysManager.E2eeBaseKey
1090 this.mAccountId = accountId; in E2eeBaseKey()
1119 return mAccountId; in getAccountId()
/frameworks/av/include/drm/
DDrmRights.h98 String8 mAccountId; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15023 Landroid/drm/DrmRights;->mAccountId:Ljava/lang/String;
15045 Landroid/drm/ProcessedData;->mAccountId:Ljava/lang/String;