Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderRecord.java127 public void addExternalProcessHandleLocked(IBinder token, int callingUid, String callingTag) { in addExternalProcessHandleLocked() method in ContentProviderRecord
DContentProviderHelper.java1448 cpr.addExternalProcessHandleLocked(externalProcessToken, callingUid, callingTag); in incProviderCountLocked()