Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java631 AttributionSource nonPrivilegedAppAttrSource = in initSession() local
633 if (nonPrivilegedAppAttrSource != null) { in initSession()
635 + nonPrivilegedAppAttrSource); in initSession()
638 nonPrivilegedAppAttrSource.getUid(), in initSession()
639 nonPrivilegedAppAttrSource.getPackageName()); in initSession()
1697 AttributionSource nonPrivilegedAppAttrSource = in addToNonPrivilegedUidToFiraSessionTableIfNecessary() local
1699 if (nonPrivilegedAppAttrSource != null) { in addToNonPrivilegedUidToFiraSessionTableIfNecessary()
1701 + nonPrivilegedAppAttrSource); in addToNonPrivilegedUidToFiraSessionTableIfNecessary()
1703 nonPrivilegedAppAttrSource.getUid(), v -> new ArrayList<>()); in addToNonPrivilegedUidToFiraSessionTableIfNecessary()
1713 AttributionSource nonPrivilegedAppAttrSource = in removeFromNonPrivilegedUidToFiraSessionTableIfNecessary() local
[all …]