Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DIPermissionController.cpp99 remote()->transact(GET_PACKAGE_UID_TRANSACTION, data, &reply); in getPackageUid()
160 case GET_PACKAGE_UID_TRANSACTION: {
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPermissionController.h48 GET_PACKAGE_UID_TRANSACTION = IBinder::FIRST_CALL_TRANSACTION + 4 enumerator