Searched refs:GiveMeMyCallingUid (Results 1 – 5 of 5) sorted by relevance
49 int GiveMeMyCallingUid(); in GiveMeMyCallingUid() method
67 public int GiveMeMyCallingUid() { in GiveMeMyCallingUid() method in TestImpl
158 assertEquals(Process.myUid(), mInterface.GiveMeMyCallingUid()); in testCallingInfo()
69 ::ndk::ScopedAStatus GiveMeMyCallingUid(int32_t* _aidl_return) override { in GiveMeMyCallingUid() function
202 EXPECT_OK(iface->GiveMeMyCallingUid(&res)); in TEST_P()