Home
last modified time | relevance | path

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

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