Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java68 private int mCachedUid = -1; field in TestImpl
85 mCachedUid = Binder.getCallingUid(); in CacheCallingInfoFromOneway()
97 return mCachedUid; in GiveMeMyCallingUidFromOneway()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h68 int mCachedUid = -1; variable
75 mCachedUid = AIBinder_getCallingUid(); in CacheCallingInfoFromOneway()
93 *_aidl_return = mCachedUid; in GiveMeMyCallingUidFromOneway()