Searched refs:displayBelongsToCaller (Results 1 – 3 of 3) sorted by relevance
384 public boolean displayBelongsToCaller(int callingUid, int proxyDisplayId) { in displayBelongsToCaller() method in ProxyManager
4805 if (!mProxyManager.displayBelongsToCaller(Binder.getCallingUid(), displayId)) { in registerProxyForDisplay()
368 when(mProxyManager.displayBelongsToCaller(anyInt(), anyInt())).thenReturn(true); in testRegisterProxy()422 when(mProxyManager.displayBelongsToCaller(anyInt(), anyInt())).thenReturn(true); in testUnRegisterProxyWithPermission()