Searched refs:mGetCallingUid (Results 1 – 2 of 2) sorted by relevance
57 private final IntSupplier mGetCallingUid; field in VmsPublisherService80 mGetCallingUid = getCallingUid; in VmsPublisherService()184 mStatsService.getVmsClientLogger(mGetCallingUid.getAsInt()) in publish()
76 private final IntSupplier mGetCallingUid; field in VmsClientManager163 mGetCallingUid = getCallingUid; in VmsClientManager()228 + getCallingPackage(mGetCallingUid.getAsInt())); in addSubscriber()239 int callingUid = mGetCallingUid.getAsInt(); in addSubscriber()