Searched refs:permissionResults (Results 1 – 1 of 1) sorted by relevance
515 String permission, @PermissionResult int permissionResults) { in mockContextCheckCallingOrSelfPermission() argument516 when(context.checkCallingOrSelfPermission(permission)).thenReturn(permissionResults); in mockContextCheckCallingOrSelfPermission()