Searched refs:getVpnLockdownAllowlist (Results 1 – 5 of 5) sorted by relevance
54 List<String> getVpnLockdownAllowlist(int userId); in getVpnLockdownAllowlist() method
667 public List<String> getVpnLockdownAllowlist(int userId) { in getVpnLockdownAllowlist() method in VpnManager669 return mService.getVpnLockdownAllowlist(userId); in getVpnLockdownAllowlist()
391 assertNull(mService.getVpnLockdownAllowlist(SYSTEM_USER_ID)); in testGetVpnLockdownAllowlist()395 assertEquals(expected, mService.getVpnLockdownAllowlist(SYSTEM_USER_ID)); in testGetVpnLockdownAllowlist()398 assertNull(mService.getVpnLockdownAllowlist(SECONDARY_USER.id)); in testGetVpnLockdownAllowlist()
652 public List<String> getVpnLockdownAllowlist(int userId) { in getVpnLockdownAllowlist() method in VpnManagerService
7662 () -> mInjector.getVpnManager().getVpnLockdownAllowlist(caller.getUserId()));