Searched refs:getCallingUidOrThrow (Results 1 – 5 of 5) sorted by relevance
92 final int callerUid = Binder.getCallingUidOrThrow(); in getRegistration()108 final int callerUid = Binder.getCallingUidOrThrow(); in dump()120 final int callerUid = Binder.getCallingUidOrThrow(); in handleShellCommand()
72 assertThrows(IllegalStateException.class, () -> Binder.getCallingUidOrThrow()); in testGetCallingUidOrThrow_throws()
433 public static final int getCallingUidOrThrow() { in getCallingUidOrThrow() method in Binder
3482 int originalUid = Binder.getCallingUidOrThrow(); in getManageSpaceActivityIntent()
32621 method public static final int getCallingUidOrThrow();