Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBinderProxy.java498 final int origWorkSourceUid = Binder.getCallingWorkSourceUid(); in transact() local
504 if (origWorkSourceUid != updatedWorkSourceUid) { in transact()