Home
last modified time | relevance | path

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

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